中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-24 2ff614e974ce0a15858d2006faf868cf80897755
src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -401,26 +401,6 @@
        }
    }
    public Integer getStepOfSettle(){
        if (null == this.settle){ return null; }
        switch (this.settle){
            case 1:
                return 1;
            case 2:
            case 3:
                return 2;
            case 4:
            case 5:
                return 3;
            case 6:
                return 4;
            case 7:
                return 4;
            default:
                return 0;
        }
    }
    public String getSettle$(){
        if (null == this.settle){ return null; }
        switch (this.settle){