|
@ -3,7 +3,6 @@ package com.yihu.jw.entity.door;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.yihu.jw.entity.UuidIdentityEntityWithOperator;
|
|
|
import com.yihu.jw.entity.followup.Followup;
|
|
|
import com.yihu.jw.entity.hospital.prescription.WlyyPrescriptionDO;
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
import javax.persistence.Entity;
|
|
@ -556,7 +555,8 @@ public class WlyyDoorServiceOrderDO extends UuidIdentityEntityWithOperator {
|
|
|
* 会话id
|
|
|
*/
|
|
|
private String sessionId;
|
|
|
|
|
|
//咨询id
|
|
|
private String consultId;
|
|
|
/**
|
|
|
* 服务机构
|
|
|
*/
|
|
@ -1293,4 +1293,13 @@ public class WlyyDoorServiceOrderDO extends UuidIdentityEntityWithOperator {
|
|
|
public void setPlanItemDetailId(String planItemDetailId) {
|
|
|
this.planItemDetailId = planItemDetailId;
|
|
|
}
|
|
|
|
|
|
@Transient
|
|
|
public String getConsultId() {
|
|
|
return consultId;
|
|
|
}
|
|
|
|
|
|
public void setConsultId(String consultId) {
|
|
|
this.consultId = consultId;
|
|
|
}
|
|
|
}
|