自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/asrs/entity/Node.java
@@ -149,7 +149,8 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public Node() {}
    public Node() {
    }
    public Node(Long hostId, String uuid,String name,Long parentId,String parentName,Integer type,String path,String namePath,Integer level,String leading,Integer sort,String barcode,Integer major,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
        this.hostId = hostId;
@@ -256,7 +257,9 @@
    }
    public String getType$(){
        if (null == this.type){ return null; }
        if (null == this.type) {
            return null;
        }
        switch (this.type){
            case 1:
                return "仓库";
@@ -334,7 +337,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";