自动化立体仓库 - WMS系统
#
cl
5 天以前 581a064dd9d85e4c1fa151edef0602df3de76ad9
src/main/java/com/zy/common/web/param/SearchLocParam.java
@@ -11,14 +11,11 @@
public class SearchLocParam {
    private String barcode;
    private Integer sourceStaNo;
    private List<Integer> rowList;
    private List<Integer> row;
    // 库位规格( 0:未知, 1:低库位, 2:高库位)
    // 库位规格(0:未知, 1:低库位, 2:高库位)
    private Short locType1;
    private Integer ioType;
    private Integer outArea;
}