自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/system/entity/Host.java
@@ -48,7 +48,8 @@
     */
    private Integer status;
    public Host() {}
    public Host() {
    }
    public Host(String name,String flag,Date createTime,Date updateTime,Integer status) {
        this.name = name;
@@ -125,7 +126,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";