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
f56d6ed5
Commit
f56d6ed5
authored
May 12, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
de09a114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tableInit.ts
src/db/mongo/tableInit.ts
+4
-0
No files found.
src/db/mongo/tableInit.ts
View file @
f56d6ed5
...
...
@@ -13,6 +13,7 @@ import * as businessdataModel from "../../data/enterprise/businessdata";
import
*
as
financingInfoModel
from
"../../data/enterprise/financingInfo"
;
import
*
as
replenishModel
from
"../../data/enterprise/replenish"
;
import
*
as
teamModel
from
"../../data/enterprise/team"
;
import
*
as
initialTeamModel
from
"../../data/enterprise/initialTeam"
;
export
async
function
initTable
()
{
...
...
@@ -26,9 +27,11 @@ export async function initTable() {
scoreLogModel
.
initModel
();
codeModel
.
initModel
();
smsPointOutModel
.
initModel
();
businessdataModel
.
initModel
();
financingInfoModel
.
initModel
();
teamModel
.
initModel
();
replenishModel
.
initModel
();
initialTeamModel
.
initModel
();
}
\ 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