自动化立体仓库 - WMS系统
LSH
2023-07-20 2c58889b757c50a2f74041e9790758b8e46e3a48
src/main/java/com/zy/asrs/entity/param/PalletizingCompleteParam.java
@@ -1,5 +1,6 @@
package com.zy.asrs.entity.param;
import com.core.common.Cools;
import lombok.Data;
import java.util.List;
@@ -27,5 +28,20 @@
        private String specs;//   (是否需要)   字符串   规格
    }
    public Integer getDevNo$(){
        if (!Cools.isEmpty(this.palletizingNo)){
            switch (this.palletizingNo){
                case "1":
                    return 220;
                case "2":
                    return 216;
                case "3":
                    return 118;
                default:
                    return null;
            }
        }
        return null;
    }
}