skyouc
2025-02-27 5a06c9a6923fde7889ac33d84de74f5e64b67bb8
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/param/InitLocTypeBindParam.java
@@ -1,43 +1,43 @@
package com.zy.asrs.wms.asrs.entity.param;
import lombok.Data;
@Data
public class InitLocTypeBindParam {
    /**
     * 库位类型
     */
    private Long typeId;
    /**
     * 起始排
     */
    private Integer startRow;
    /**
     * 结束排
     */
    private Integer targetRow;
    /**
     * 起始列
     */
    private Integer startBay;
    /**
     * 结束列
     */
    private Integer targetBay;
    /**
     * 起始层
     */
    private Integer startLev;
    /**
     * 结束层
     */
    private Integer targetLev;
}
package com.zy.asrs.wms.asrs.entity.param;
import lombok.Data;
@Data
public class InitLocTypeBindParam {
    /**
     * 库位类型
     */
    private Long typeId;
    /**
     * 起始排
     */
    private Integer startRow;
    /**
     * 结束排
     */
    private Integer targetRow;
    /**
     * 起始列
     */
    private Integer startBay;
    /**
     * 结束列
     */
    private Integer targetBay;
    /**
     * 起始层
     */
    private Integer startLev;
    /**
     * 结束层
     */
    private Integer targetLev;
}