update collection/opendb-mall-categories/collection.json.

新增分类图标、排序
This commit is contained in:
zmall 2020-10-01 04:01:33 +08:00 committed by Gitee
parent 2afef8d21e
commit c3c3f0a8ef

View File

@ -10,6 +10,14 @@
"bsonType": "string",
"description": "类别名称"
},
"icon": {
"bsonType": "string",
"description": "类别图标/图片地址"
},
"sort": {
"bsonType": "int",
"description": "类别排序"
},
"description": {
"bsonType": "string",
"description": "类别描述"