自动化立体仓库 - WMS系统
#
tqs
2023-02-20 a60e21cf1453e1e9cee27fb97f4a9df38acf3047
src/main/java/com/zy/common/web/param/SearchLocParam.java
@@ -8,13 +8,15 @@
@Data
public class SearchLocParam {
    private Integer wrkNo;
    private Integer ioType;
    private Integer sourceStaNo;
    private String barcode;
    // 库位规格( 0:未知, 1:低库位, 2:中库位, 3:高库位 )
    // 库位规格( 0:未知, 1:低库位, 2:高库位)
    private Short locType1;
}