|
|
|
@@ -20,7 +20,7 @@ public class CUserBaseInfoT implements Serializable { |
|
|
|
@Excel(name="手机号",width = 20,orderNum = "3") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="微信用户绑定的手机号",name="phone") |
|
|
|
@NotNull |
|
|
|
@Pattern(regexp = "1[34578]\\d{9}", message = "手机号不正确") |
|
|
|
@Pattern(regexp = "1[0123456789]\\d{9}", message = "手机号不正确") |
|
|
|
private String phone; |
|
|
|
/**用户昵称**/ |
|
|
|
@Excel(name="微信昵称",width = 20,orderNum = "4") |
|
|
|
|