自动化立体仓库 - WMS系统
#
zwl
昨天 da5d4106e294a229e3bf72939c6b7630e6345d76
src/main/java/com/zy/common/web/param/SearchLocParam.java
@@ -2,19 +2,20 @@
import lombok.Data;
import java.util.List;
/**
 * Created by vincent on 2020/10/30
 */
@Data
public class SearchLocParam {
    private Integer ioType;
    private Integer sourceStaNo;
    private String barcode;
    private Integer sourceStaNo;
    private List<Integer> row;
    // 库位规格( 0:未知, 1:低库位, 2:高库位)
    // 库位规格(0:未知, 1:低库位, 2:高库位)
    private Short locType1;
    private Integer ioType;
    private Integer outArea;
}