|
|
@@ -41,8 +41,7 @@ public class BizClinicAddOrEditDTO implements Serializable {
|
|
|
@NotBlank (message = "患者姓名不能为空",groups = {Update.class, Insert.class})
|
|
|
private String patientName;
|
|
|
|
|
|
- @ApiModelProperty(value = "住院号(编辑时,住院号不可编辑)", position = 4,required = true)
|
|
|
- @NotBlank (message = "住院号不能为空",groups = {Insert.class})
|
|
|
+ @ApiModelProperty(value = "住院号(编辑时,住院号不可编辑)", position = 4)
|
|
|
private String patientCode;
|
|
|
|
|
|
@ApiModelProperty(value = "年龄", position = 5,required = true)
|