mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update collection/opendb-mall-categories/collection.json.
新增分类图标、排序
This commit is contained in:
parent
2afef8d21e
commit
c3c3f0a8ef
@ -10,6 +10,14 @@
|
||||
"bsonType": "string",
|
||||
"description": "类别名称"
|
||||
},
|
||||
"icon": {
|
||||
"bsonType": "string",
|
||||
"description": "类别图标/图片地址"
|
||||
},
|
||||
"sort": {
|
||||
"bsonType": "int",
|
||||
"description": "类别排序"
|
||||
},
|
||||
"description": {
|
||||
"bsonType": "string",
|
||||
"description": "类别描述"
|
||||
|
Loading…
Reference in New Issue
Block a user