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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
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 ;
/**
* 来源类型: 1: 手动出库; 2: 处方自动生成
*/
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 ;
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 ;
/**
* 扫码数量
*/
private Integer scanCount ;
/**
* 扫码实际数量
*/
private Integer scanRelCount ;
}