8/29 业务类型修改
parent
60e7d28ed0
commit
00210b6a6b
@ -0,0 +1,55 @@
|
||||
package com.glxp.api.req.collect;
|
||||
|
||||
import com.glxp.api.util.page.ListPageRequest;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class IoSplitDesOrderCodeDetailRequest extends ListPageRequest {
|
||||
|
||||
|
||||
private Integer id;
|
||||
|
||||
private Long workPlaceCode;
|
||||
|
||||
private String orderIdFk;
|
||||
|
||||
private Integer invId;
|
||||
|
||||
private Long relId;
|
||||
|
||||
private String batchNo;
|
||||
|
||||
private String produceDate;
|
||||
|
||||
private String expireDate;
|
||||
|
||||
private Long supId;
|
||||
|
||||
private Integer count;
|
||||
|
||||
private Integer reCount;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
private Date updateTime;
|
||||
|
||||
private String remark;
|
||||
/**
|
||||
* 产品通用名称
|
||||
*/
|
||||
private String cpmctymc;
|
||||
|
||||
/**
|
||||
* 产品标识
|
||||
*/
|
||||
private String nameCode;
|
||||
|
||||
/**
|
||||
* 规格型号
|
||||
*/
|
||||
private String ggxh;
|
||||
|
||||
private String unionCode;
|
||||
}
|
Loading…
Reference in New Issue