记得上下班打卡 | git大法好,push需谨慎

Commit cb60951f authored by jiangxiulong's avatar jiangxiulong

去掉必填验证

parent 1297b8e0
...@@ -38,7 +38,7 @@ public class SweetAntigenicQuestionParam implements Serializable { ...@@ -38,7 +38,7 @@ public class SweetAntigenicQuestionParam implements Serializable {
private String phone; private String phone;
@ApiModelProperty(position = 10, required = true, value = "紧急联系人电话", example = "15811009011") @ApiModelProperty(position = 10, required = true, value = "紧急联系人电话", example = "15811009011")
@NotBlank(message = "紧急联系人电话不能为空") // @NotBlank(message = "紧急联系人电话不能为空")
private String urgentPhone; private String urgentPhone;
@ApiModelProperty(position = 10, required = true, value = "keyword1", example = "1") @ApiModelProperty(position = 10, required = true, value = "keyword1", example = "1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment