yeshijie 8 vuotta sitten
vanhempi
commit
376e64704a

+ 10 - 10
patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/patient/Patient.java

@ -1,20 +1,18 @@
package com.yihu.wlyy.entity.patient;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.yihu.wlyy.entity.IdEntity;
import com.yihu.wlyy.entity.doctor.team.sign.SignPatientLabelInfo;
import org.apache.commons.lang3.builder.ToStringBuilder;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import com.yihu.wlyy.entity.IdEntity;
import com.yihu.wlyy.entity.doctor.team.sign.SignPatientLabelInfo;
import org.apache.commons.lang3.builder.ToStringBuilder;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
 * 患者信息
@ -92,6 +90,8 @@ public class Patient extends IdEntity implements Serializable {
	// 居委会字段名称
	private String sickVillageName;
	private String stest;//测试
	private List<SignPatientLabelInfo> labelInfos=new ArrayList<>();//患者的疾病标签list
	public Patient() {