From 37a23abe6fa1bb4866b9ed650f46f5baa624096e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Sun, 10 Jan 2021 10:18:45 +0800 Subject: [PATCH] rename department manager_uid --- collection/opendb-department/collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/opendb-department/collection.json b/collection/opendb-department/collection.json index 2c80056..12befe3 100644 --- a/collection/opendb-department/collection.json +++ b/collection/opendb-department/collection.json @@ -32,7 +32,7 @@ "description": "部门在当前层级下的顺序,由小到大", "title":"显示顺序" }, - "dep_manager":{ + "manager_uid":{ "bsonType": "string", "description": "部门主管的userid, 参考`uni-id-users` 表", "foreignKey": "uni-id-users._id"