|
|
@@ -43,7 +43,7 @@ public class AppConsultEntity extends GenericEntity<String> {
|
|
|
private String patientName;
|
|
|
|
|
|
@ApiModelProperty("病人年龄")
|
|
|
- private Integer patientAge;
|
|
|
+ private String patientAge;
|
|
|
|
|
|
@ApiModelProperty(value = "咨询医生id")
|
|
|
@NotNull(message = "咨询医生id不能为空",groups = Insert.class)
|