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

Commit 6b17068f authored by sunyuntian's avatar sunyuntian

exit

parent 78f0d668
......@@ -33,9 +33,9 @@ public class SmileOrganization implements Serializable {
private String name;
/**
* 省key
* 省Id
*/
private Integer provinceKey;
private String provinceId;
/**
* 省
......@@ -43,9 +43,9 @@ public class SmileOrganization implements Serializable {
private String province;
/**
* 市key
* 市Id
*/
private Integer cityKey;
private String cityId;
/**
* 市
......@@ -53,9 +53,9 @@ public class SmileOrganization implements Serializable {
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