中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-18 42fb81ed45edd0a2106f12e8aa6ce1c77babe18b
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 = "";
        }
    }