自动化立体仓库 - WMS系统
1
zhang
6 天以前 9afe7ca53c38f2aa1010c2ac2a778012d133160f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
 
 
}