自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/system/entity/User.java
@@ -186,7 +186,9 @@
    }
    public String getSex$(){
        if (null == this.sex){ return null; }
        if (null == this.sex) {
            return null;
        }
        switch (this.sex){
            case 0:
                return "男";
@@ -240,7 +242,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "启用";