Commit 9e346ab2 by lixinming

no message

parent 9936aee3
/**
* 逻辑层
* 主要包括有 孵化器账号的登录
* 预留好 重置密码 退出登录 接口
*/
......@@ -5,7 +5,7 @@ const fuHuaQiSchema = new Schema({
name: {type:String,index: true},//名称
pwd:String,//登录密码
operationName:String,//运营名称
uscc:{type:String, index: true},//统一信用代码
uscc:{type:String, index: true},//统一信用代码 也是登录账号
logonTime:Number,//注册时间
lv:Number,//孵化器级别
identificationTime:Number,//认定时间
......
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