4
0
Fork 0

Compare commits

..

No commits in common. "4dd85485b530cb4f0b6eb13a073bd04a2b33f6ac" and "4890bae068d7825c051f374db9ea3c197edeb521" have entirely different histories.

1 changed files with 0 additions and 30 deletions

View File

@ -36,33 +36,3 @@ Dcat-admin 商品管理
| id | bigint | not null | - | 主键 |
| name | varchar(191) | not null | - | 名称 |
| attr | json | null | - | 属性展示 |
| spec | json | null | - | 规格筛选 |
| part | json | null | - | 配件多选 |
> goods_type.attr 存储格式
```json
[
{"name": "主体", "values": ["入网型号", "上市年份"]},
{"name": "基本信息", "values": ["尺寸", "颜色", "CPU型号", "重量"]}
]
```
> goods_type.spec 存储格式
```json
[
{"name": "颜色", "values": ["红色", "白色", "灰色"]},
{"name": "版本", "values": ["128G", "256G", "512G", "1TB"]}
]
```
> goods_type.part 存储格式
```json
[
{"name": "配件", "values": ["耳机", "快充", "手机壳"]},
]
```
### 商品品牌: goods_brand