module.exports = { doc : "角色", model: { cname: {type: "STRING", comment: '角色别名'}, code : {type: "STRING", comment: '角色代码'}, super: { type : "ENUM", comment: '是否为超级管理员(不校验权限)', values : [ 0, // api地址 1, //url地址 ], defaultValue: 0, }, doc : {type: "TEXT", comment: '说明'}, } }