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/basic/BasicSkSickerResponse.java

120 lines
1.5 KiB
Java

package com.glxp.api.res.basic;
import lombok.Data;
import java.util.Date;
@Data
public class BasicSkSickerResponse {
/**
*
*/
private String code;
/**
*
*/
private String name;
/**
*
*/
private String adNum;
/**
*
*/
private String idNum;
/**
*
*/
private String phone;
/**
*
*/
private String gender;
/**
*
*/
private String job;
/**
*
*/
private String bornDate;
/**
*
*/
private String nationality;
/**
*
*/
private String education;
/**
*
*/
private String guardianName;
/**
*
*/
private String guardianRel;
/**
*
*/
private String curAddr;
/**
*
*/
private String kosekiAddr;
/**
*
*/
private String medicalIns;
/**
*
*/
private String createUser;
/**
*
*/
private Date createTime;
/**
*
*/
private String updateUser;
/**
*
*/
private Date updateTime;
/**
*
*/
private String remark;
/**
*
*/
private Date inHospTime;
/**
*
*/
private Date outHospTime;
}