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

98 lines
1.5 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;
12 months ago
private String thrId;
private String prescribeCode;
private String relId;
private String itemName;
private String measureCount;
private String measureUnit;
private String category;
private String frequency;
private String price;
private String amount;
private String ggxh;
12 months ago
/**
*
*/
private Integer scanCount;
/**
*
*/
private Integer scanRelCount;
12 months ago
}