自动化立体仓库 - WMS系统
zwl
4 天以前 ac88fa85ea2b39f9c94f080a95406739e64fd7f2
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
@Data
public class OpenOrderPakoutPauseParam {
 
    private String orderId;
 
    //执行任务,1 出库;2 暂停;暂停指剩余未操作托盘不再执行出库;
    private Integer execute;
}