自动化立体仓库 - WMS系统
zhangc
2025-01-08 21357f1d42f995e11e99a12a5f225fe6442b9ad1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.zy.common.web.param;
 
import lombok.Data;
 
/**
 * Created by vincent on 2020/10/30
 */
@Data
public class SearchLocParam {
 
    private Integer wrkNo;
 
    private Integer ioType;
 
    private Integer sourceStaNo;
 
    private Integer liftNo;
 
    private String barcode;
 
    // 库位规格( 1低,2中,3高)
    private Short locType1;
 
}