src/main/java/com/zy/crm/manager/entity/Cstmr.java
@@ -297,6 +297,22 @@ return null; } public void setType0(String type0){ if (Cools.isEmpty(type0)) { return; } switch (type0){ case "内销": this.type = 1; break; case "外销": this.type = 2; break; default: break; } } public String getType$(){ if (null == this.type){ return null; } switch (this.type){ @@ -393,6 +409,10 @@ break; } } } else { this.province = ""; this.city = ""; this.district = ""; } }