自动化立体仓库 - WMS系统
pang.jiabao
2024-08-19 ff724aea871b8373dce71857024ca62f93bf709f
src/main/java/com/zy/asrs/entity/param/SingleUnstackingCompleteParam.java
@@ -13,7 +13,7 @@
    private String palletizingNo;//   是   字符串   拆垛位编号
    private String createTime;//      是   字符串   创建时间
    private String uuid;//      是   字符串   时间戳
    private List<MatList> matLists;//      是   列表   拆垛货物信息(2箱,尾箱可能1箱)
    private List<MatList> matList;//      是   列表   拆垛货物信息(2箱,尾箱可能1箱)
    @Data
    public static class MatList{
@@ -21,27 +21,15 @@
        private String boxNo;//      是   字符串   木箱编号(唯一字段,出库依据,出库时按照木箱编号出库)
    }
    public Integer getSourceDevNo$(){
        if (!Cools.isEmpty(this.palletizingNo)){
            switch (this.palletizingNo){
                case "1":
                    return 119;
                case "2":
                    return 121;
                default:
                    return null;
            }
        }
        return null;
    }
    public Integer getDevNo$(){
        if (!Cools.isEmpty(this.palletizingNo)){
            switch (this.palletizingNo){
                case "1":
                    return 132;
                case "2":
                    return 134;
                case "118":
                case "119":
                    return 131;
                case "120":
                case "121":
                    return 135;
                default:
                    return null;
            }