更新 docs/tasks/任务6-Sprint-1-注册接口实现.md
This commit is contained in:
parent
14d32974b2
commit
23587d11fb
@ -79,7 +79,7 @@ public class User {
|
|||||||
private String phone;
|
private String phone;
|
||||||
|
|
||||||
@Comment("密码")
|
@Comment("密码")
|
||||||
@Column(name = "password", nullable = false, length = 32)
|
@Column(name = "password", nullable = false, length = 64)
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
@Comment("状态,1正常,2停用")
|
@Comment("状态,1正常,2停用")
|
||||||
|
Loading…
Reference in New Issue
Block a user