module.exports = { doc : "用户信息表", model: { uid : {type: "STRING", comment: '用户id'}, phone: {type: "STRING", comment: '手机号', defaultValue: null,}, } }