Commit 2a1f9063 authored by 赵浩琳's avatar 赵浩琳

修改手机号备注信息非必填

parent cfe9c68c
...@@ -29,7 +29,7 @@ public class ModifyPhoneRecord implements Serializable { ...@@ -29,7 +29,7 @@ public class ModifyPhoneRecord implements Serializable {
@NotBlank(message = "操作人不能为空") @NotBlank(message = "操作人不能为空")
private String operator; private String operator;
@NotBlank(message = "备注不能为空") // @NotBlank(message = "备注不能为空")
private String remark; private String remark;
} }
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