src/main/java/com/zy/asrs/entity/ToWmsDTO.java
@@ -24,6 +24,7 @@ //库位类型 private Integer locType; private Integer status;//空满版 private Double grossWt; // public ToWmsDTO(String barcode, Integer stationCode, Integer locType){ // this.barcode = barcode; @@ -37,6 +38,13 @@ this.status = status; } public ToWmsDTO(Integer stationCode, Double grossWt, String barcode, Integer status) { this.stationCode = stationCode; this.grossWt = grossWt; this.barcode = barcode; this.status = status; } public ToWmsDTO(){ }