update collection/opendb-mall-categories/collection.json.

新增parent_id 父id,用于多级分类
This commit is contained in:
zmall 2020-10-01 03:41:25 +08:00 committed by Gitee
parent 2afef8d21e
commit f5bc3f86ff

View File

@ -6,6 +6,10 @@
"_id": {
"description": "存储文档 ID文章 ID系统自动生成"
},
"parent_id": {
"bsonType": "string",
"description": "父ID用于多级分类"
},
"name": {
"bsonType": "string",
"description": "类别名称"