diff --git a/collection/opendb-mall-categories/collection.json b/collection/opendb-mall-categories/collection.json index 1e6de05ac2f73a8ab19127d50803d830a351e33a..3f27f9ef80f59250fec67794ac86dd189412aaba 100644 --- a/collection/opendb-mall-categories/collection.json +++ b/collection/opendb-mall-categories/collection.json @@ -38,14 +38,14 @@ "title":"类别描述" }, "is_hot_show": { - "bsonType": "int", + "bsonType": "Boolean", "title":"加入热门显示", - "description": "热门显示: 0 禁用,1 正常" + "description": "是否热门显示" }, "is_index_show": { - "bsonType": "int", + "bsonType": "Boolean", "title":"首页显示", - "description": "首页显示: 0 禁用,1 正常" + "description": "是否首页显示" }, "create_date": { "bsonType": "timestamp",