mrzhssss
2022-01-07 4914fc09a649088b19e0d9572c9c14843a8a268d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
package zy.cloud.wms.manager.entity;
 
import lombok.Data;
 
/**
 * Created by vincent on 2021/3/13
 */
@Data
public class StoPreTab {
 
    private String title;
 
    private String matnr;
 
    private String maktx;
 
    private Double anfme;
 
    private String locNo;
 
    private Long nodeId;
 
    private Double total;
 
    private Double reduce;
 
    private Double remQty;
 
    private Boolean prior;
 
    private String prior$;
 
    private Integer type;
 
}