|
@ -254,6 +254,7 @@ public class LifeCareOrderDO extends UuidIdentityEntityWithOperator {
|
|
|
* 服务机构
|
|
|
*/
|
|
|
private String hospital;
|
|
|
private String hospitalName;
|
|
|
private Integer type;//发起工单类型(1本人发起 2家人待预约 3医生代预约)
|
|
|
private String relationCode;//业务关联
|
|
|
|
|
@ -513,6 +514,15 @@ public class LifeCareOrderDO extends UuidIdentityEntityWithOperator {
|
|
|
this.hospital = hospital;
|
|
|
}
|
|
|
|
|
|
@Column(name = "hospital_name")
|
|
|
public String getHospitalName() {
|
|
|
return hospitalName;
|
|
|
}
|
|
|
|
|
|
public void setHospitalName(String hospitalName) {
|
|
|
this.hospitalName = hospitalName;
|
|
|
}
|
|
|
|
|
|
@Transient
|
|
|
public List<LifeCareFeeDetailDO> getFeeDetailList() {
|
|
|
return feeDetailList;
|