Commit 6aaefe7b by lixinming

no message

parent 94285ee5
/**
* 会费管理
*/
/**
*
*/
export async function costList({unit, joinTime}) {
}
\ No newline at end of file
......@@ -327,7 +327,8 @@ const ModelArray = [
schema:{
userId:{ type:'String', index:true },//唯一标识
isAdmin:{ type:'Number', default:0},//是否是管理员
memberType:{type:'Number'},//会员类型
memberType:{type:'Number'},//会员类型 MEMBERTYPE
name:{type:'String'},//真实姓名
loginId:{ type:'String', index:true},//用户名
pwd:{ type:'String'},//密码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment