|
@@ -73,15 +73,13 @@ public class SaveInquiryVO {
|
|
/**
|
|
/**
|
|
* 用户年龄
|
|
* 用户年龄
|
|
*/
|
|
*/
|
|
- @ApiModelProperty(value = "用户年龄", required = true)
|
|
|
|
- @NotNull(message = "用户年龄必传")
|
|
|
|
|
|
+ @ApiModelProperty(value = "用户年龄")
|
|
private Integer patientAge;
|
|
private Integer patientAge;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 用户性别
|
|
* 用户性别
|
|
*/
|
|
*/
|
|
- @ApiModelProperty(value = "用户性别", required = true)
|
|
|
|
- @NotBlank(message = "用户性别必传")
|
|
|
|
|
|
+ @ApiModelProperty(value = "用户性别")
|
|
private String patientSex;
|
|
private String patientSex;
|
|
|
|
|
|
/**
|
|
/**
|