module.exports = { doc : "路由表表", model: { name: {type: "STRING", comment: '路由名称'}, key : {type: "STRING", comment: '路由标识,一般是路由url或页面url'}, type: { type : "ENUM", comment: '字段类型', values: [ 'api', // api地址 'url', //url地址 ] }, } }