自动化立体仓库 - WMS系统
#
Junjie
2025-06-08 33cb25f6fb87e7781bf5f62c7fa879db52d0715a
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
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;
}