自动化立体仓库 - WMS系统
pang.jiabao
2024-10-12 906378a251838ab4d4f3b7f7ecc461764ea7090f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
/**
 * @author pang.jiabao
 * @description 空闲理货拆垛完成
 * @createDate 2024/7/16 9:37
 */
@Data
public class KxlhcdwcParam {
 
    private Integer workNo; // 工作号
 
    // 换盘站点
    private Integer sourceStaNo;
 
    // 组盘站点
    private Integer site;
 
}