自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/system/entity/Config.java
@@ -42,7 +42,8 @@
     */
    private Short status;
    public Config() {}
    public Config() {
    }
    public Config(String name,String code,String value,Short type,Short status) {
        this.name = name;
@@ -97,7 +98,9 @@
    }
    public String getType$(){
        if (null == this.type){ return null; }
        if (null == this.type) {
            return null;
        }
        switch (this.type){
            case 1:
                return "String";
@@ -117,7 +120,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";