From 6d1a4b0e99ef4cd78e919d5e8fe9061b762b4c4a Mon Sep 17 00:00:00 2001 From: together <3372184547@qq.com> Date: Thu, 19 Jun 2025 02:33:50 +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 b0ffdd7..ff704e6 100644 --- a/餐厅管理系统实体类设计文档.md +++ b/餐厅管理系统实体类设计文档.md @@ -55,7 +55,7 @@ src/main/java/com/example/javatest/Entity/ | accountName | String | account_name | ✓ | 账户名称 | "张三" | | accountPassword | String | account_password | ✓ | 账户密码 | "******" | | accountPhone | String | account_phone | ○ | 手机号码 | "13888888888" | -| accountType | String | account_type | ✓ | 账户类型 | admin/manager/customer | +| accountType | String | account_type | ✓ | 账户类型 | 管理员/负责人/顾客 | | accountImg | String | account_img | ○ | 头像图片URL | "https://example.com/avatar.jpg" | | accountGender | String | account_gender | ○ | 性别 | male/female | | accountTag | String | account_tag | ○ | 账户标签 | "VIP用户" |