自动化立体仓库 - WMS系统
zwl
1 天以前 1b31d14e361c01fcd4e5c2dcfe0b6fb3a63c92fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class StationParam {
    //站点编号
    private String stationId;
    //站点进出类型
    private String stationType;
    //站点名称
    private String stationName;
    //操作类型:1 新增;2 修改;3 禁用;4 反禁用;
    private Integer operateType;
}