|
@ -58,6 +58,8 @@ public class PatientSignInfoVO {
|
|
private String healthAssistant;
|
|
private String healthAssistant;
|
|
@ApiModelProperty("计管师")
|
|
@ApiModelProperty("计管师")
|
|
private String healthAssistantName;
|
|
private String healthAssistantName;
|
|
|
|
@ApiModelProperty("专病签约CODE")
|
|
|
|
private String specialCode;
|
|
|
|
|
|
public String getRelationCode() {
|
|
public String getRelationCode() {
|
|
return relationCode;
|
|
return relationCode;
|
|
@ -235,4 +237,12 @@ public class PatientSignInfoVO {
|
|
public void setSex(Integer sex) {
|
|
public void setSex(Integer sex) {
|
|
this.sex = sex;
|
|
this.sex = sex;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public String getSpecialCode() {
|
|
|
|
return specialCode;
|
|
|
|
}
|
|
|
|
|
|
|
|
public void setSpecialCode(String specialCode) {
|
|
|
|
this.specialCode = specialCode;
|
|
|
|
}
|
|
}
|
|
}
|