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

Commit d27c4fe4 authored by 张国柄's avatar 张国柄

用户常住地兼容处理;

parent 025ee4fe
...@@ -34,7 +34,7 @@ public class AdamUserInfoParam implements java.io.Serializable { ...@@ -34,7 +34,7 @@ public class AdamUserInfoParam implements java.io.Serializable {
// @NotBlank(message = "生日不能为空") // @NotBlank(message = "生日不能为空")
private String birthday; private String birthday;
@ApiModelProperty(position = 16, required = false, value = "常住地/区域[100] ~ 已废除,参见[province、city、county]", example = "北京 北京市 朝阳区") @ApiModelProperty(position = 16, required = false, value = "常住地/区域[100] ~ 已废除,参见[province、city、county]", example = "北京 北京市 朝阳区")
@NotBlank(message = "常住地不能为空") // @NotBlank(message = "常住地不能为空")
private String area; private String area;
@ApiModelProperty(position = 17, required = true, value = "签名[30]", example = "...................") @ApiModelProperty(position = 17, required = true, value = "签名[30]", example = "...................")
// @Size(max = 30, message = "已超出签名长度限制") // @Size(max = 30, message = "已超出签名长度限制")
......
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