自动化立体仓库 - WMS系统
zhangc
2025-01-07 f48878cdae5652be9e8f1145eda84d2ca9ca0544
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;
 
}