自动化立体仓库 - WMS系统
whycq
2024-05-06 492ff19156b4b7b0d0af41a8ffe93f3c69248436
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;
 
}