自动化立体仓库 - WMS系统
#
Junjie
5 天以前 995aeeda06e8e06a8880eb2e04e239cf03fada7c
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
package com.zy.nc.vo;
 
import lombok.Data;
 
@Data
public class ic_generalout_b {
 
    private String cmaterialvid;
    private Double nshouldassistnum;
    private String ncostprice;
    /**
     * 批次号
     */
    private String vbatchcode;
 
    private String csourcebillbid;
 
    private String csourcetype;
 
    private String csourcebillhid;
 
    private String cstateid;
 
    private String cdptvid;
 
    private String billmaker;
 
    private String  cotherwhid;
 
    private String cothercalbodyvid;
 
    private Double nnum;
}