module.exports = { doc : "用户", model: { uid: {type: "STRING", comment: '用户id'}, age: {type: "INTEGER", comment: '年龄', defaultValue: 0,}, } }