From 9e6fca44c326f64aeef5d2bdfbd03f04e6fac087 Mon Sep 17 00:00:00 2001 From: zmall <1396512965@qq.com> Date: Fri, 4 Dec 2020 20:40:17 +0800 Subject: [PATCH] update collection/opendb-mall-categories/collection.json. --- collection/opendb-mall-categories/collection.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collection/opendb-mall-categories/collection.json b/collection/opendb-mall-categories/collection.json index 1e6de05..3f27f9e 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",