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
f50f3132
Commit
f50f3132
authored
Feb 08, 2023
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b5792850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
checkParamConfig.ts
src/config/checkParamConfig.ts
+0
-2
enum.ts
src/config/enum.ts
+6
-0
No files found.
src/config/checkParamConfig.ts
View file @
f50f3132
...
...
@@ -67,10 +67,8 @@ export const MoveInEnterpriseParamConfig = {
export
const
FinancingParamConfig
=
{
uscc
:
"String"
,
//统一信用代码
name
:
"String"
,
//企业名称
taskId
:
"String"
,
//任务id
logonAdd
:
"String"
,
//注册地址
operatingAdd
:
"String"
,
//经营地址
financingTime
:
"Number"
,
//获得融资时间
financingAmount
:
"Number"
,
//融资金额(万元)
investmentInstitutionsName
:
"String"
,
//投资机构名称
timeToObtainInvestment
:
"Number"
,
//获得投资时间
...
...
src/config/enum.ts
View file @
f50f3132
...
...
@@ -27,6 +27,12 @@ export enum INSTITUTIONALNATURE {
外资为主
}
export
enum
FUHUAQILNVESTMENTSTYLE
{
自有资金
=
1
,
自有基金
,
参与基金
}
/**
* 孵化器孵化领域
*/
...
...
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