Commit 942edddb authored by wzp's avatar wzp

修改用户添加

parent f3f4a7c9
...@@ -95,7 +95,7 @@ public class TUser implements Serializable { ...@@ -95,7 +95,7 @@ public class TUser implements Serializable {
@ApiModelProperty("手机号") @ApiModelProperty("手机号")
@TableField("phone") @TableField("phone")
private Integer phone; private String phone;
@ApiModelProperty("邮箱") @ApiModelProperty("邮箱")
@TableField("email") @TableField("email")
......
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