Commit 4257272d by 孙香冬

no message

parent 3925793c
...@@ -4,12 +4,13 @@ import { baseDB } from '../../db/dbInit'; ...@@ -4,12 +4,13 @@ import { baseDB } from '../../db/dbInit';
const fuHuaQiSchema = new Schema({ const fuHuaQiSchema = new Schema({
name: {type:String,index: true},//名称 name: {type:String,index: true},//名称
pwd:String,//登录密码 pwd:String,//登录密码
operationName:String,//运营名称 operationName:String,//运营机构名称
uscc:{type:String, index: true},//统一信用代码 也是登录账号 uscc:{type:String, index: true},//统一信用代码 也是登录账号
virtualEnterpriseNum:Number,//虚拟企业数量
logonTime:Number,//注册时间 logonTime:Number,//注册时间
incubatedAcreage:Number,//在孵面积
acreageTotal:Number,//孵化器总面积
acreagePersonalUse:Number,//孵化器自用面积
lv:Number,//孵化器级别 lv:Number,//孵化器级别
identificationTime:Number,//认定时间 identificationTime:Number,//认定时间
industry:[Number],//领域 industry:[Number],//领域
...@@ -18,7 +19,9 @@ const fuHuaQiSchema = new Schema({ ...@@ -18,7 +19,9 @@ const fuHuaQiSchema = new Schema({
liaisonPhone:String,//联系电话 liaisonPhone:String,//联系电话
personInCharge:String,//负责人 personInCharge:String,//负责人
personInChargePhone:String,//负责人联系电话 personInChargePhone:String,//负责人联系电话
personInChargeAdd:String//联系地址 personInChargeAdd:String,//孵化场地地址
siteAcreage:Number,//孵化场地面积
leasePrice:Number//孵化场地出租单价
}); });
var fuHuaQiModel; var fuHuaQiModel;
......
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