更新
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
doc: "权限分类表",
|
||||
api: true,//是否需要生成api接口
|
||||
model: {
|
||||
name: {type: "STRING", comment: '权限分类名称'},
|
||||
pccode: {type: "STRING", comment: '权限分类识别码'},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user