自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-08-25 f70d87c8d714bb653841d705b5803f3e53b32671
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.zy.asrs.domain.vo;
 
import lombok.Data;
 
/**
 * Created by vincent on 2020-06-02
 */
@Data
public class SteDataVo {
 
    // 穿梭车号
    private Integer steNo;
 
    // 工作号
    private Integer workNo;
 
    private Integer row;
 
    private Integer bay;
 
    private Integer lev;
 
    private Integer crnNo;
 
}