优化架构,新增路由

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
-1
View File
@@ -2,7 +2,6 @@ module.exports = {
doc: "角色拥有的权限",
api: true,//是否需要生成api接口
model: {
rpid: {type: "STRING", comment: '角色权限id'},
to_rid: {type: "STRING", comment: '角色id'},
to_pid: {type: "STRING", comment: '权限id'},
},