From 46a4044dc04a5ed20f8a1e68b09aa7f33f681294 Mon Sep 17 00:00:00 2001 From: together <3372184547@qq.com> Date: Sat, 21 Jun 2025 06:17:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=A4=90=E5=8E=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F=E5=AE=9E=E4=BD=93=E7=B1=BB?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E6=96=87=E6=A1=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 餐厅管理系统实体类设计文档.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/餐厅管理系统实体类设计文档.md b/餐厅管理系统实体类设计文档.md index 77246af..d70c3f2 100644 --- a/餐厅管理系统实体类设计文档.md +++ b/餐厅管理系统实体类设计文档.md @@ -53,7 +53,7 @@ src/main/java/com/example/javatest/Entity/ |--------|----------|------------|----------|------|--------| | accountId | Long | account_id | ✓ | 账户ID(主键,自增) | 1001 | | accountName | String | account_name | ✓ | 账户名称 | "张三" | -| accountPassword | String | account_password | ✓ | 账户密码 | "******" | +| accountPassword | String | account_password | ✓ | 账户密码(8~20位) | "********" | | accountPhone | String | account_phone | ○ | 手机号码 | "13888888888" | | accountType | String | account_type | ✓ | 账户类型 | 管理员/负责人/顾客 | | accountImg | String | account_img | ○ | 头像图片URL | "https://example.com/avatar.jpg" |