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