中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-07 d60c7b3cfde751858f36ce47d08d5391afe687a6
src/main/java/com/zy/crm/manager/entity/Cstmr.java
@@ -297,6 +297,24 @@
        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:
                this.type = 1;
                break;
        }
    }
    public String getType$(){
        if (null == this.type){ return null; }
        switch (this.type){