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
fb75ad98
Commit
fb75ad98
authored
Feb 07, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d6768ff1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
fuhuaqi.ts
src/data/fuHuaQi/fuhuaqi.ts
+4
-2
No files found.
src/data/fuHuaQi/fuhuaqi.ts
View file @
fb75ad98
...
@@ -4,8 +4,8 @@ import { baseDB } from '../../db/dbInit';
...
@@ -4,8 +4,8 @@ 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
,
//虚拟企业数量
virtualEnterpriseNum
:
Number
,
//虚拟企业数量
logonTime
:
Number
,
//注册时间
logonTime
:
Number
,
//注册时间
incubatedAcreage
:
Number
,
//在孵面积
incubatedAcreage
:
Number
,
//在孵面积
...
@@ -61,3 +61,4 @@ export async function findFuHuaQiByName(name:string) {
...
@@ -61,3 +61,4 @@ export async function findFuHuaQiByName(name:string) {
return
await
fuHuaQiModel
.
findOne
({
name
}).
exec
();
return
await
fuHuaQiModel
.
findOne
({
name
}).
exec
();
}
}
\ No newline at end of file
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