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

新增首页显示、热门显示开关
This commit is contained in:
zmall 2020-10-08 11:45:27 +08:00 committed by Gitee
parent 2afef8d21e
commit 5b7f3f2d9b

View File

@ -14,6 +14,14 @@
"bsonType": "string",
"description": "类别描述"
},
"is_hot_show": {
"bsonType": "int",
"description": "热门显示: 0 禁用1 正常"
},
"is_index_show": {
"bsonType": "int",
"description": "首页显示: 0 禁用1 正常"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间"