Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RuiPengLoopbackApi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
黄卓然
RuiPengLoopbackApi
Commits
b4c7e729
Commit
b4c7e729
authored
Sep 27, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
22c0912a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
174 deletions
+0
-174
hos-eacharearevenue.js
common/models/hos-eacharearevenue.js
+0
-5
hos-eacharearevenue.json
common/models/hos-eacharearevenue.json
+0
-78
hos-eachmonthcase.js
common/models/hos-eachmonthcase.js
+0
-5
hos-eachmonthcase.json
common/models/hos-eachmonthcase.json
+0
-78
model-config.json
server/model-config.json
+0
-8
No files found.
common/models/hos-eacharearevenue.js
deleted
100644 → 0
View file @
22c0912a
'use strict'
;
module
.
exports
=
function
(
Hoseacharearevenue
)
{
};
common/models/hos-eacharearevenue.json
deleted
100644 → 0
View file @
22c0912a
{
"name"
:
"HosEacharearevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"hos_eacharearevenue"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
101
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
101
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"area"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
256
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"area"
,
"dataType"
:
"varchar"
,
"dataLength"
:
256
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/hos-eachmonthcase.js
deleted
100644 → 0
View file @
22c0912a
'use strict'
;
module
.
exports
=
function
(
Hoseachmonthcase
)
{
};
common/models/hos-eachmonthcase.json
deleted
100644 → 0
View file @
22c0912a
{
"name"
:
"HosEachmonthcase"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"hos_eachmonthcase"
},
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
36
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
36
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"name"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
2
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
2
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"area"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
101
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"area"
,
"dataType"
:
"varchar"
,
"dataLength"
:
101
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
server/model-config.json
View file @
b4c7e729
...
@@ -565,18 +565,10 @@
...
@@ -565,18 +565,10 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"HosEacharearevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosEachrevenue"
:
{
"HosEachrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"HosEachmonthcase"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"HosJiancha"
:
{
"HosJiancha"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
...
...
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