自动化立体仓库 - WCS系统
#
lsh
2024-09-14 178a4bc1610e4548c2afe8ad9d162aa47e61d9ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.zy.asrs.task.escalationParam;
 
import lombok.Data;
 
/*
 *  Created by Monkey D. Luffy on 2023.07.19
 * */
@Data
public class StaEscalationParam {
    private String uuid;//        是    字符串    时间戳
    private String matnr;//        是    字符串    时间戳
    private String batch;//        是    字符串    时间戳
    private String orderNo;//        是    字符串    时间戳
    private String taskNo;//        是    字符串    时间戳
    private Integer ioType;//        是    字符串    时间戳
    private Integer devNo;//        是    字符串    时间戳
    private Double weight;//        是    字符串    时间戳
    private String wrkno;//        是    字符串    时间戳
}