|
@ -61,7 +61,8 @@ public class RehabilitationDetailDO extends UuidIdentityEntity implements Serial
|
|
|
private String relationCode;//业务关联code
|
|
|
@Column(name = "followup_detail_type")
|
|
|
private Integer followupDetailType;//默认0,1是冠心病社区表单
|
|
|
|
|
|
@Column(name = "followup_form_type")
|
|
|
private String followupFormType; // 随访表单类型,字典 followup_form_type
|
|
|
private Integer reservationType;//复诊类型:1线上,2线下,3远程
|
|
|
private Date createTime;
|
|
|
private String createUser;
|
|
@ -82,7 +83,7 @@ public class RehabilitationDetailDO extends UuidIdentityEntity implements Serial
|
|
|
private String value1;
|
|
|
private String value2;
|
|
|
private String value3;
|
|
|
private String followupFormType; // 随访表单类型,字典 followup_form_type
|
|
|
|
|
|
|
|
|
@Column(name = "reservation_type")
|
|
|
public Integer getReservationType() {
|
|
@ -419,7 +420,7 @@ public class RehabilitationDetailDO extends UuidIdentityEntity implements Serial
|
|
|
public void setValue3(String value3) {
|
|
|
this.value3 = value3;
|
|
|
}
|
|
|
@Transient
|
|
|
|
|
|
public String getFollowupFormType() {
|
|
|
return followupFormType;
|
|
|
}
|