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
f6b24e47
Commit
f6b24e47
authored
Sep 30, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
7bf835db
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
6062 additions
and
0 deletions
+6062
-0
another-accrual.js
common/models/another-accrual.js
+5
-0
another-accrual.json
common/models/another-accrual.json
+78
-0
another-casereturn.js
common/models/another-casereturn.js
+5
-0
another-casereturn.json
common/models/another-casereturn.json
+78
-0
another-cashbasis.js
common/models/another-cashbasis.js
+5
-0
another-cashbasis.json
common/models/another-cashbasis.json
+78
-0
another-clientsource.js
common/models/another-clientsource.js
+5
-0
another-clientsource.json
common/models/another-clientsource.json
+213
-0
another-cosoml.js
common/models/another-cosoml.js
+5
-0
another-cosoml.json
common/models/another-cosoml.json
+78
-0
another-cuscnt.js
common/models/another-cuscnt.js
+5
-0
another-cuscnt.json
common/models/another-cuscnt.json
+78
-0
another-eachrevenue.js
common/models/another-eachrevenue.js
+5
-0
another-eachrevenue.json
common/models/another-eachrevenue.json
+78
-0
another-good.js
common/models/another-good.js
+5
-0
another-good.json
common/models/another-good.json
+78
-0
another-hosrevenue.js
common/models/another-hosrevenue.js
+5
-0
another-hosrevenue.json
common/models/another-hosrevenue.json
+93
-0
another-newcase.js
common/models/another-newcase.js
+5
-0
another-newcase.json
common/models/another-newcase.json
+78
-0
another-oldcase.js
common/models/another-oldcase.js
+5
-0
another-oldcase.json
common/models/another-oldcase.json
+78
-0
another-other.js
common/models/another-other.js
+5
-0
another-other.json
common/models/another-other.json
+78
-0
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+4868
-0
model-config.json
server/model-config.json
+48
-0
No files found.
common/models/another-accrual.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anotheraccrual
)
{
};
common/models/another-accrual.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherAccrual"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_accrual"
},
"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"
:
true
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-casereturn.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothercasereturn
)
{
};
common/models/another-casereturn.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherCasereturn"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_casereturn"
},
"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"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-cashbasis.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothercashbasis
)
{
};
common/models/another-cashbasis.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherCashbasis"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_cashbasis"
},
"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"
:
true
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-clientsource.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anotherclientsource
)
{
};
common/models/another-clientsource.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherClientsource"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_clientsource"
},
"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"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value0"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value0"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value1"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value1"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value2"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value2"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value3"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value3"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value4"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value4"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value5"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value5"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value6"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value6"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value7"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value7"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value8"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value8"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value9"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value9"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"value10"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value10"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-cosoml.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothercosoml
)
{
};
common/models/another-cosoml.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherCosoml"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_cosoml"
},
"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"
:
true
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-cuscnt.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothercuscnt
)
{
};
common/models/another-cuscnt.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherCuscnt"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_cuscnt"
},
"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"
:
true
,
"length"
:
5
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
5
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-eachrevenue.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothereachrevenue
)
{
};
common/models/another-eachrevenue.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherEachrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_eachrevenue"
},
"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"
:
true
,
"length"
:
4
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
4
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
2
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
2
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-good.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothergood
)
{
};
common/models/another-good.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherGood"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_good"
},
"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"
:
true
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-hosrevenue.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anotherhosrevenue
)
{
};
common/models/another-hosrevenue.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherHosrevenue"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_hosrevenue"
},
"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"
:
3
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
3
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
17
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"double"
,
"dataLength"
:
null
,
"dataPrecision"
:
17
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"year"
:
{
"type"
:
"Number"
,
"required"
:
true
,
"length"
:
null
,
"precision"
:
19
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"year"
,
"dataType"
:
"bigint"
,
"dataLength"
:
null
,
"dataPrecision"
:
19
,
"dataScale"
:
0
,
"nullable"
:
"N"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-newcase.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anothernewcase
)
{
};
common/models/another-newcase.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherNewcase"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_newcase"
},
"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"
:
true
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-oldcase.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anotheroldcase
)
{
};
common/models/another-oldcase.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherOldcase"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_oldcase"
},
"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"
:
true
,
"length"
:
6
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
6
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
41
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
41
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/another-other.js
0 → 100644
View file @
f6b24e47
'use strict'
;
module
.
exports
=
function
(
Anotherother
)
{
};
common/models/another-other.json
0 → 100644
View file @
f6b24e47
{
"name"
:
"AnotherOther"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"another_other"
},
"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"
:
true
,
"length"
:
8
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
8
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"type"
:
"Number"
,
"required"
:
false
,
"length"
:
null
,
"precision"
:
32
,
"scale"
:
0
,
"mysql"
:
{
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataPrecision"
:
32
,
"dataScale"
:
0
,
"nullable"
:
"Y"
}
},
"clinicName"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
102
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"clinic_name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
102
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
definitions/RuiPengLoopbackApi.yaml
View file @
f6b24e47
This source diff could not be displayed because it is too large. You can
view the blob
instead.
server/model-config.json
View file @
f6b24e47
...
@@ -744,5 +744,53 @@
...
@@ -744,5 +744,53 @@
"AnotherBillrevenue"
:
{
"AnotherBillrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
"AnotherAccrual"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherEachrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherCashbasis"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherNewcase"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherOldcase"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherGood"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherCosoml"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherOther"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherHosrevenue"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherCuscnt"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherCasereturn"
:
{
"dataSource"
:
"ruipeng"
,
"public"
:
true
},
"AnotherClientsource"
:
{
"dataSource"
:
"ruipeng"
,
"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