mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update collection/opendb-mall-goods/collection.json.
This commit is contained in:
parent
862185f559
commit
a56aa519d7
@ -2,6 +2,12 @@
|
||||
"schema": {
|
||||
"bsonType": "object",
|
||||
"required": ["goods_sn", "name", "remain_count", "month_sell_count", "total_sell_count", "comment_count", "is_real", "is_on_sale", "is_alone_sale", "is_best", "is_new", "is_hot"],
|
||||
"permission": {
|
||||
".read": true,
|
||||
".create": false,
|
||||
".update": false,
|
||||
".delete": false
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "存储文档 ID(商品 ID),系统自动生成"
|
||||
|
Loading…
Reference in New Issue
Block a user