自动化立体仓库 - WMS系统
#
zhou zhou
8 天以前 1b89d46f4a51e79c07316d68d5b7ecdb6fcf9c57
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class ShuttleTask {
    private String taskNo;
    private String destLoc;
    private String originSite;
    private String barcode;
    private String priority;
}