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/IoSplitCodeDetailResponse.java

75 lines
1.0 KiB
Java

12 months ago
package com.glxp.api.res.inout;
import lombok.Data;
import java.util.Date;
@Data
public class IoSplitCodeDetailResponse {
private Integer id;
/**
* ID
*/
private Integer codeIdFk;
/**
*
*/
private String sickerCode;
/**
*
*/
private String adNum;
/**
*
*/
private Integer count;
/**
*
*/
private String prescribeNum;
private String itemCode;
/**
* 12
*/
private Integer createType;
/**
*
*/
private Date createTime;
/**
*
*/
private String createUser;
/**
*
*/
private Date updateTime;
/**
*
*/
private String remark;
private String code;
private String batchNo;
private String produceDate;
private String expireDate;
private String serialNo;
private String orderId;
}