#
luxiaotao1123
2024-09-13 e077ea7f967767782ae1c60b22d87e28f65e4e5c
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Code.java
@@ -140,18 +140,6 @@
//            null    // 备注
//    );
    public String getConcer$(){
        if (null == this.concer){ return null; }
        switch (this.concer){
            case 1:
                return "是";
            case 0:
                return "否";
            default:
                return String.valueOf(this.concer);
        }
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        switch (this.status){
@@ -164,7 +152,17 @@
        }
    }
    public Boolean getCornerBool(){
        if (null == this.concer){ return null; }
        switch (this.concer){
            case 1:
                return true;
            case 0:
                return false;
            default:
                return null;
        }
    }
    public Boolean getStatusBool(){
        if (null == this.status){ return null; }