diff --git a/collection/opendb-mall-categories/collection.json b/collection/opendb-mall-categories/collection.json index 9077392..7eb564f 100644 --- a/collection/opendb-mall-categories/collection.json +++ b/collection/opendb-mall-categories/collection.json @@ -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": "创建时间"