Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
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
wenHuaBu_adminServer
Commits
2b017bb0
Commit
2b017bb0
authored
Mar 05, 2024
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单位科研成果表
parent
f1241fe9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
model.ts
src/data/models/model.ts
+12
-0
No files found.
src/data/models/model.ts
View file @
2b017bb0
...
...
@@ -83,6 +83,7 @@ enum TABLEENUM {
用户表
=
'users'
,
文字资料
=
'wenZiZiLiao'
,
订单表
=
'order'
,
单位所获得科研成果表
=
" scientificResearch"
,
}
const
ModelArray
=
[
...
...
@@ -409,6 +410,17 @@ const ModelArray = [
}
},
{
tableName
:
TABLEENUM
.
单位所获得科研成果表
,
source
:
TABLESOURCEENUM
.
mongo
,
schema
:{
id
:{
type
:
'String'
,
index
:
true
},
userId
:
'String'
,
//用户id 外键
startTime
:
'Number'
,
//开始时间
endTime
:
'Number'
,
//结束时间
describe
:
'String'
,
//描述
}
},
{
tableName
:
TABLEENUM
.
订单表
,
source
:
TABLESOURCEENUM
.
mongo
,
schema
:{
...
...
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