mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
update collection/opendb-mall-categories/collection.json.
新增首页显示、热门显示开关
This commit is contained in:
parent
2afef8d21e
commit
5b7f3f2d9b
@ -14,6 +14,14 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "类别描述"
|
"description": "类别描述"
|
||||||
},
|
},
|
||||||
|
"is_hot_show": {
|
||||||
|
"bsonType": "int",
|
||||||
|
"description": "热门显示: 0 禁用,1 正常"
|
||||||
|
},
|
||||||
|
"is_index_show": {
|
||||||
|
"bsonType": "int",
|
||||||
|
"description": "首页显示: 0 禁用,1 正常"
|
||||||
|
},
|
||||||
"create_date": {
|
"create_date": {
|
||||||
"bsonType": "timestamp",
|
"bsonType": "timestamp",
|
||||||
"description": "创建时间"
|
"description": "创建时间"
|
||||||
|
Loading…
Reference in New Issue
Block a user