|
|
@@ -48,4 +48,13 @@ public class BizWebPainAssessmentVO implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "住院号", position = 10)
|
|
|
private String patientCode;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "患者年龄", position = 11)
|
|
|
+ private Integer patientAge;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "患者性别", position = 12)
|
|
|
+ private String patientGender;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "患者头像",position = 13)
|
|
|
+ private String imageUrl;
|
|
|
}
|