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
0aee3772
Commit
0aee3772
authored
Feb 07, 2023
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
735ea1dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
enterprise.ts
src/data/enterprise/enterprise.ts
+5
-7
financing.ts
src/data/enterprise/financing.ts
+4
-2
fuhuaqi.ts
src/data/fuHuaQi/fuhuaqi.ts
+5
-5
No files found.
src/data/enterprise/enterprise.ts
View file @
0aee3772
...
...
@@ -7,17 +7,15 @@ const enterpriseSchema = new Schema({
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码
fuHuaQiUscc
:{
type
:
String
,
index
:
true
},
//孵化器统一信用代码
industry
:[
Number
],
//领域
logonTime
:
Number
,
//注册时间
logonAdd
:
String
,
//注册地址
operatingAdd
:
String
,
//经营地址
isPhysicalPresence
:{
type
:
Boolean
,
default
:
true
},
//是否实地孵化
firstIncubationTime
:
Number
,
//首次入孵时间
timeOfImmigration
:
Number
,
//迁入时间
isNaturalPersonHolding
:{
type
:
Boolean
,
false
:
true
},
//是否自然人控股企业
leasedArea
:
Number
,
//租赁面积(平方米)
oldLogonAdd
:
String
,
//迁入前注册地址
timeOfImmigration
:
Number
,
//迁入时间
logonAdd
:
String
,
//注册地址
operatingAdd
:
String
,
//经营地址
// isPhysicalPresence:{type:Boolean, default:true},//是否实地孵化
leasedArea
:
Number
,
//租赁面积(平方米)
draftLock
:{
type
:
Boolean
,
default
:
false
},
//草稿锁,true为提交之后,false为草稿
});
...
...
src/data/enterprise/financing.ts
View file @
0aee3772
...
...
@@ -2,10 +2,12 @@ import {Schema} from 'mongoose';
import
{
baseDB
}
from
'../../db/dbInit'
;
const
financingSchema
=
new
Schema
({
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码
冗余字段
name
:
String
,
//企业名称
taskId
:{
type
:
String
,
index
:
true
},
//任务id
createTime
:
Number
,
//入库时间
// createTime:Number,//入库时间
logonAdd
:
String
,
//注册地址
operatingAdd
:
String
,
//经营地址
financingTime
:
Number
,
//获得融资时间
financingAmount
:
Number
,
//融资金额(万元)
investmentInstitutionsName
:
String
,
//投资机构名称
...
...
src/data/fuHuaQi/fuhuaqi.ts
View file @
0aee3772
...
...
@@ -8,9 +8,9 @@ const fuHuaQiSchema = new Schema({
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码 也是登录账号
virtualEnterpriseNum
:
Number
,
//虚拟企业数量
logonTime
:
Number
,
//注册时间
incubatedAcreage
:
Number
,
//在孵面积
acreageTotal
:
Number
,
//孵化器总面积
acreagePersonalUse
:
Number
,
//孵化器自用面积
incubatedAcreage
:
Number
,
//在孵面积
(㎡)
acreageTotal
:
Number
,
//孵化器总面积
(㎡)
acreagePersonalUse
:
Number
,
//孵化器自用面积
(㎡)
lv
:
Number
,
//孵化器级别
identificationTime
:
Number
,
//认定时间
industry
:[
Number
],
//领域
...
...
@@ -20,8 +20,8 @@ const fuHuaQiSchema = new Schema({
personInCharge
:
String
,
//负责人
personInChargePhone
:
String
,
//负责人联系电话
personInChargeAdd
:
String
,
//孵化场地地址
siteAcreage
:
Number
,
//孵化场地面积
leasePrice
:
Number
//孵化场地出租单价
siteAcreage
:
Number
,
//孵化场地面积
(㎡)
leasePrice
:
Number
//孵化场地出租单价
(㎡)
});
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