记得上下班打卡 | git大法好,push需谨慎

Commit 6b17068f authored by sunyuntian's avatar sunyuntian

exit

parent 78f0d668
...@@ -33,9 +33,9 @@ public class SmileOrganization implements Serializable { ...@@ -33,9 +33,9 @@ public class SmileOrganization implements Serializable {
private String name; private String name;
/** /**
* 省key * 省Id
*/ */
private Integer provinceKey; private String provinceId;
/** /**
* 省 * 省
...@@ -43,9 +43,9 @@ public class SmileOrganization implements Serializable { ...@@ -43,9 +43,9 @@ public class SmileOrganization implements Serializable {
private String province; private String province;
/** /**
* 市key * 市Id
*/ */
private Integer cityKey; private String cityId;
/** /**
* 市 * 市
...@@ -53,9 +53,9 @@ public class SmileOrganization implements Serializable { ...@@ -53,9 +53,9 @@ public class SmileOrganization implements Serializable {
private String city; private String city;
/** /**
* 区key * 区Id
*/ */
private Integer areaKey; private String areaId;
/** /**
* 区 * 区
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment