From f5bc3f86ff2a234393c4874d14d661f4b4fcc449 Mon Sep 17 00:00:00 2001 From: zmall <1396512965@qq.com> Date: Thu, 1 Oct 2020 03:41:25 +0800 Subject: [PATCH] =?UTF-8?q?update=20collection/opendb-mall-categories/coll?= =?UTF-8?q?ection.json.=20=E6=96=B0=E5=A2=9Eparent=5Fid=20=E7=88=B6id,?= =?UTF-8?q?=E7=94=A8=E4=BA=8E=E5=A4=9A=E7=BA=A7=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-mall-categories/collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/opendb-mall-categories/collection.json b/collection/opendb-mall-categories/collection.json index 9077392..327e5c8 100644 --- a/collection/opendb-mall-categories/collection.json +++ b/collection/opendb-mall-categories/collection.json @@ -6,6 +6,10 @@ "_id": { "description": "存储文档 ID(文章 ID),系统自动生成" }, + "parent_id": { + "bsonType": "string", + "description": "父ID,用于多级分类" + }, "name": { "bsonType": "string", "description": "类别名称" -- Gitee