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;
|
}
|