module.exports = { doc : "用户", api : true,//是否需要生成api接口 model: { uid: {type: "STRING", comment: '用户id'}, age: {type: "INTEGER", comment: '年龄', defaultValue: 0,}, } }