ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TCompanyCity.java
@@ -38,6 +38,10 @@ */ private Integer areaCode; /** * 城市id */ private Integer cityId; /** * 1=正常,2=删除 */ private Integer state; @@ -91,6 +95,14 @@ this.state = state; } public Integer getCityId() { return cityId; } public void setCityId(Integer cityId) { this.cityId = cityId; } @Override protected Serializable pkVal() { return this.id;