应用表:新增创建者、所有者ID

This commit is contained in:
崔红保 2022-05-07 17:51:00 +08:00
parent 7d1dc263ce
commit f917b74ed4

View File

@ -52,6 +52,18 @@
}
}
},
"creator_uid": {
"description": "创建者的user_id创建者必然是用户",
"bsonType": "string"
},
"owner_type": {
"bsonType": "int",
"description": "当前应用归属者类型1个人2企业"
},
"owner_id": {
"description": "当前应用归属者的id所有者可能是个人也可以能是公司",
"bsonType": "string"
},
"create_date": {
"bsonType": "timestamp",
"label": "创建时间",