优化架构,新增路由

This commit is contained in:
robin
2022-07-09 02:54:00 +08:00
parent a9a4bd0981
commit 73c1343060
8 changed files with 3 additions and 30 deletions
-2
View File
@@ -4,9 +4,7 @@ module.exports = {
model: {
rid: {type: "STRING", comment: '角色id'},
name: {type: "STRING", comment: '角色名称'},
to_rid: {type: "STRING", comment: '上级角色id'},
to_oid: {type: "STRING", comment: '所属组织id'},
to_gid: {type: "STRING", comment: '所属分组id'},
},
}