自动化立体仓库 - WMS系统
#
lty
2 天以前 b1f84ea56417d58d37efb92a00a0a848bfc9b3d2
src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java
@@ -2,10 +2,12 @@
import com.core.common.BaseRes;
import com.core.exception.CoolException;
import lombok.Data;
/**
 * Created by vincent on 2020/6/13
 */
@Data
public class LocMastInitParam {
    // 起始排
@@ -29,7 +31,7 @@
    // 堆垛机数量
    private Integer crnAmount;
    // 高低类型: 1:低库位  2:高库位
    // 高低类型:0:未知,1:低库位,2:高库位,3:中库位
    private Short locType1;
    // 宽窄类型: 1:窄库位  2:宽库位
@@ -38,6 +40,14 @@
    // 轻重类型: 1:轻库位  2:重库位
    private Short locType3;
    private Integer enable;
    private Integer staCrn;
    private Integer endCrn;
    private String identifying;
    public Integer getStartRow() {
        if (null == startRow) {
            throw new CoolException(BaseRes.PARAM);