src/main/java/com/zy/common/web/param/SearchLocParam.java
@@ -7,14 +7,17 @@ */ @Data public class SearchLocParam { private Integer ioType; //ioType全部默认为1 private Integer ioType = 1; private Integer sourceStaNo; private String barcode; // 库位规格( 0:未知, 1:低库位, 2:中库位, 3:高库位 ) // 库位规格( 0:未知, 1:低库位, 2:高库位) private Short locType1; //库位排 private int[] row; }