更新 餐厅管理系统实体类设计文档.md

This commit is contained in:
2025-06-21 06:17:01 +00:00
parent 52417fac51
commit 46a4044dc0

View File

@@ -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" |