Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
zjxcxServer
Commits
4257272d
Commit
4257272d
authored
Feb 06, 2023
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3925793c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
fuhuaqi.ts
src/data/fuHuaQi/fuhuaqi.ts
+8
-5
No files found.
src/data/fuHuaQi/fuhuaqi.ts
View file @
4257272d
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment