From 23587d11fbac75d996bcdc9500aa97c35ad23f3c Mon Sep 17 00:00:00 2001 From: whz <6168830@qq.com> Date: Wed, 15 May 2024 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docs/tasks/=E4=BB=BB?= =?UTF-8?q?=E5=8A=A16-Sprint-1-=E6=B3=A8=E5=86=8C=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tasks/任务6-Sprint-1-注册接口实现.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/任务6-Sprint-1-注册接口实现.md b/docs/tasks/任务6-Sprint-1-注册接口实现.md index 24c98ac..6ce7999 100644 --- a/docs/tasks/任务6-Sprint-1-注册接口实现.md +++ b/docs/tasks/任务6-Sprint-1-注册接口实现.md @@ -79,7 +79,7 @@ public class User { private String phone; @Comment("密码") - @Column(name = "password", nullable = false, length = 32) + @Column(name = "password", nullable = false, length = 64) private String password; @Comment("状态,1正常,2停用")