- url管理
| 字段 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| id | id | int | - |
| url | 链接 | string | - |
- 数据存储
| 字段 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| id | id | int | - |
| name | 名字 | string | - |
| href | 链接 | string | - |
| image_url | 图片链接 | string | - |
| 字段 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| id | id | int | - |
| computers | 电脑类 | computer | - |
| 字段 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| id | immutable.id | int | - |
| price | 价格 | float | - |
| comments | 评论数 | int | - |
| good_count | 好评数 | int | - |
| general_count | 一般数 | int | - |
| poor_count | 差评数 | int | - |
| create_at | 记录创建日期 | date | - |