Commit fb75ad98 by lixinming

no message

parent d6768ff1
......@@ -4,8 +4,8 @@ import { baseDB } from '../../db/dbInit';
const fuHuaQiSchema = new Schema({
name: {type:String,index: true},//名称
pwd:String,//登录密码
operationName:String,//运营机构名称
uscc:{type:String, index: true},//统一信用代码 也是登录账号
operationName:String,//运营机构名称 不可修改
uscc:{type:String, index: true},//统一信用代码 也是登录账号 不可修改
virtualEnterpriseNum:Number,//虚拟企业数量
logonTime:Number,//注册时间
incubatedAcreage:Number,//在孵面积
......@@ -61,3 +61,4 @@ export async function findFuHuaQiByName(name:string) {
return await fuHuaQiModel.findOne({name}).exec();
}
\ No newline at end of file
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