自动化立体仓库 - WMS系统
#
whycq
2024-03-25 619b45d00468b35509f5138b2dfa5131e2963e34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class AgvMobileStartParam {
    //站点
    private String devNo;
    //任务类型
    private int type;
    //容器码
    private String containerCode;
    //容器类型
    private int containerType;
 
}