Administrator
8 天以前 aa33e56e37cd19b88ae8eea69c5ebc7c6da8b1d2
src/main/java/com/zy/asrs/entity/ToWmsDTO.java
@@ -1,6 +1,5 @@
package com.zy.asrs.entity;
import io.swagger.models.auth.In;
import lombok.Data;
import java.util.List;
@@ -16,7 +15,7 @@
    private List<Integer> canInboundTunnels;
    // 容器编码
    private String barcode;
    private String BoxNo;
    //容器类型
    private String ioType;
    //入库站编号
@@ -24,13 +23,13 @@
    //库位类型
    private Integer locType;
    public ToWmsDTO(String barcode, Integer stationCode, Integer locType){
        this.barcode = barcode;
    public ToWmsDTO(String barcode, Integer stationCode, Integer locType) {
        this.BoxNo = barcode;
        this.stationCode = stationCode;
        this.locType = locType;
    }
    public ToWmsDTO(){
    public ToWmsDTO() {
    }
}