|
@ -101,6 +101,8 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
|
|
|
@ApiModelProperty(value = "居民名称", example = "模块1")
|
|
|
private String patientName;
|
|
|
|
|
|
@ApiModelProperty(value = "居民手机", example = "模块1")
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* 医生code
|
|
|
*/
|
|
@ -443,4 +445,12 @@ public class WlyyOutpatientVO extends UuidIdentityVO {
|
|
|
public void setOutpatientType(String outpatientType) {
|
|
|
this.outpatientType = outpatientType;
|
|
|
}
|
|
|
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
}
|
|
|
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
}
|
|
|
}
|