更新 餐厅管理系统实体类设计文档.md
This commit is contained in:
@@ -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" |
|
||||
|
Reference in New Issue
Block a user