|
|
@@ -17,7 +17,7 @@ public class CUserBaseInfoT implements Serializable { |
|
|
@Excel(name="性别",width = 20,replace = { "保密_0", "男_1","女_2"},orderNum = "2") |
|
|
@Excel(name="性别",width = 20,replace = { "保密_0", "男_1","女_2"},orderNum = "2") |
|
|
@io.swagger.annotations.ApiModelProperty(value="性别:0:保密 1.男 2女",name="sex") |
|
|
@io.swagger.annotations.ApiModelProperty(value="性别:0:保密 1.男 2女",name="sex") |
|
|
private Integer sex; |
|
|
private Integer sex; |
|
|
@Excel(name="手机号",width = 20,orderNum = "3") |
|
|
|
|
|
|
|
|
@Excel(name = "手机号*", width = 20, orderNum = "3") |
|
|
@io.swagger.annotations.ApiModelProperty(value="微信用户绑定的手机号",name="phone") |
|
|
@io.swagger.annotations.ApiModelProperty(value="微信用户绑定的手机号",name="phone") |
|
|
@NotNull |
|
|
@NotNull |
|
|
@Pattern(regexp = "1[0123456789]\\d{9}", message = "手机号不正确") |
|
|
@Pattern(regexp = "1[0123456789]\\d{9}", message = "手机号不正确") |
|
|
|