You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/res/inout/IoSplitCodeResponse.java

154 lines
2.3 KiB
Java

11 months ago
package com.glxp.api.res.inout;
import com.glxp.api.entity.basic.BasicProductsEntity;
11 months ago
import lombok.Data;
import java.util.Date;
@Data
public class IoSplitCodeResponse {
private Integer id;
/**
* UDI/
*/
private String code;
/**
* GS1UDI
*/
private String errUdiCode;
/**
*
*/
private String orderId;
/**
*
*/
private String action;
/**
*
*/
private Long relId;
/**
*
*/
private String nameCode;
/**
*
*/
private String batchNo;
/**
*
*/
private String produceDate;
/**
*
*/
private String expireDate;
/**
*
*/
private String serialNo;
/**
* ID
*/
private Long supId;
11 months ago
private String supName;
11 months ago
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private String warehouseCode;
/**
*
*/
11 months ago
private Long workPlaceCode;
11 months ago
11 months ago
private String workPlaceName;
11 months ago
/**
* 1:2
*/
private Integer productType;
/**
* 1:2.
*/
private Integer splitType;
/**
*
*/
private Integer scanCount;
/**
*
*/
private Integer totalCount;
/**
*
*/
private String inBactchNo;
/**
*
*/
private Date createTime;
/**
*
*/
private String createUser;
/**
*
*/
private Date updateTime;
/**
*
*/
private String remark;
private Integer groupCount;
11 months ago
private Integer fifoSplit;
//产品信息----------------------------start----------------------
private String cpmctymc;
private String ggxh;
private String ylqxzcrbarmc;
private String manufactory;
private String measname;
private String zczbhhzbapzbh;
private String ybbm;
private String zxxsdycpbs;
11 months ago
private String bzgg;
private String useLevelUnit;
11 months ago
}