|
@ -64,6 +64,11 @@ public class WlyyHospitalWaitingRoomDO extends UuidIdentityEntity {
|
|
|
* 咨询类型: 1图文 2视频 3图文+视频
|
|
|
*/
|
|
|
private Integer consultType;
|
|
|
|
|
|
/**
|
|
|
* 门诊记录ID
|
|
|
*/
|
|
|
private String outpatientId;
|
|
|
|
|
|
|
|
|
@Column(name = "saas_id")
|
|
@ -137,7 +142,13 @@ public class WlyyHospitalWaitingRoomDO extends UuidIdentityEntity {
|
|
|
public void setConsultType(Integer consultType) {
|
|
|
this.consultType = consultType;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "outpatient_id")
|
|
|
public String getOutpatientId() {
|
|
|
return outpatientId;
|
|
|
}
|
|
|
|
|
|
public void setOutpatientId(String outpatientId) {
|
|
|
this.outpatientId = outpatientId;
|
|
|
}
|
|
|
}
|