|
|
@@ -33,7 +33,7 @@ public class ImRoomDetailDto {
|
|
|
private String patientName;
|
|
|
|
|
|
@ApiModelProperty(value = "病人年龄",readOnly = true)
|
|
|
- private Integer patientAge;
|
|
|
+ private String patientAge;
|
|
|
|
|
|
@ApiModelProperty(value = "病人性别",readOnly = true)
|
|
|
private SexEnum patientSex;
|