自动化立体仓库 - WCS系统
#
taisheng
7 天以前 4453cdecbc6e7a925ae76e3223418654f1cf0b18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.domain;
 
import lombok.Data;
 
@Data
public class ShuttleGatherResult {
 
    private Integer shuttleNo;
 
    private String idleLoc;
 
    private Boolean result;
 
}