更新 docs/tasks/任务6-Sprint-1-注册接口实现.md

This commit is contained in:
whz 2024-05-15 14:08:42 +08:00
parent 14d32974b2
commit 23587d11fb

View File

@ -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停用")