自动化立体仓库 - WMS系统
1
zhangc
7 天以前 cbbc882e4f93d87d91c1734901a7fc2ca0399774
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -5,6 +5,7 @@
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enums.IdType;
import com.zy.asrs.service.*;
import com.zy.common.utils.Synchro;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import com.core.common.Cools;
@@ -159,7 +160,7 @@
    @TableField("ctn_type")
    private Integer ctnType;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "用于标识跨库操作,1,堆垛机往四向库,2四向库往堆垛机")
    private String packed;
    @ApiModelProperty(value= "")
@@ -370,7 +371,7 @@
        if (!Cools.isEmpty(locMast)){
            return String.valueOf(locMast.getLocNo());
        }
        return null;
        return this.locNo;
    }
    public String getStaNo$(){
@@ -397,7 +398,7 @@
        if (!Cools.isEmpty(locMast)){
            return String.valueOf(locMast.getLocNo());
        }
        return null;
        return this.sourceLocNo;
    }
    public String getIoTime$(){
@@ -506,4 +507,8 @@
        }
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
    }
}