.
18516761980
2022-03-28 58bccbc9d1a23c8184217317a9a37345d98883c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package zy.cloud.wms.common.model;
 
import lombok.Data;
 
@Data
public class PickOutDto {
    private Integer anfme;
    private String locNo;
    private String maktx;
    private String matnr;
    private Integer nodeId;
    private Boolean prior;
    private Integer reduce;
    private Integer remQty;
    private String title;
    private Integer total;
    private Integer type;
    private String waveId;
 
}