初始化

This commit is contained in:
robin
2022-08-02 19:21:03 +08:00
parent 73c1343060
commit b7e5ee5fec
27 changed files with 564 additions and 156 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
doc: "角色表",
api: true,//是否需要生成api接口
model: {
rid: {type: "STRING", comment: '角色id'},
rid: {type: "INTEGER", comment: '角色id', primaryKey: true},
name: {type: "STRING", comment: '角色名称'},
to_oid: {type: "STRING", comment: '所属组织id'},
},