|
@ -29,6 +29,7 @@ public class WlyySurveyRecordDO extends UuidIdentityEntityWithCreateTime {
|
|
|
private String statusName;//状态0 待接待 1已接待 2患者拒诊
|
|
|
private String diseaseName;//病种名称
|
|
|
private String deptName;//病种关联科室
|
|
|
private String surveyCode;
|
|
|
|
|
|
@Column(name = "name")
|
|
|
public String getName() {
|
|
@ -145,4 +146,13 @@ public class WlyySurveyRecordDO extends UuidIdentityEntityWithCreateTime {
|
|
|
public void setDeptName(String deptName) {
|
|
|
this.deptName = deptName;
|
|
|
}
|
|
|
|
|
|
@Transient
|
|
|
public String getSurveyCode() {
|
|
|
return surveyCode;
|
|
|
}
|
|
|
|
|
|
public void setSurveyCode(String surveyCode) {
|
|
|
this.surveyCode = surveyCode;
|
|
|
}
|
|
|
}
|