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