Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZbqyLoopbackApi
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
曾振佳
ZbqyLoopbackApi
Commits
8f646d7f
Commit
8f646d7f
authored
Jan 15, 2020
by
曾振佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0fd2c7d1
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
168 additions
and
655 deletions
+168
-655
aaaaaaa.json
common/models/aaaaaaa.json
+0
-63
bbbbb.js
common/models/bbbbb.js
+0
-5
wp-wpdatatable-14.js
common/models/wp-wpdatatable-14.js
+0
-5
zzj-jbxx-1.js
common/models/zzj-jbxx-1.js
+5
-0
zzj-jbxx-1.json
common/models/zzj-jbxx-1.json
+10
-10
zzj-wpdatatable-14.js
common/models/zzj-wpdatatable-14.js
+5
-0
zzj-wpdatatable-14.json
common/models/zzj-wpdatatable-14.json
+17
-2
ZbqyLoopbackApi.yaml
definitions/ZbqyLoopbackApi.yaml
+129
-564
model-config.json
server/model-config.json
+2
-6
No files found.
common/models/aaaaaaa.json
deleted
100644 → 0
View file @
0fd2c7d1
{
"name"
:
"Aaaaaaa"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"options"
:
{
"validateUpsert"
:
true
},
"mysql"
:
{
"schema"
:
"wordpress"
,
"table"
:
"aaaaaaa"
},
"properties"
:
{
"formId"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
1
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"form_id"
,
"dataType"
:
"varchar"
,
"dataLength"
:
1
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"area"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
4294967295
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"area"
,
"dataType"
:
"longtext"
,
"dataLength"
:
4294967295
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
},
"community"
:
{
"type"
:
"String"
,
"required"
:
false
,
"length"
:
4294967295
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"community"
,
"dataType"
:
"longtext"
,
"dataLength"
:
4294967295
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"Y"
}
}
},
"validations"
:
[],
"relations"
:
{},
"acls"
:
[],
"methods"
:
{}
}
common/models/bbbbb.js
deleted
100644 → 0
View file @
0fd2c7d1
'use strict'
;
module
.
exports
=
function
(
Bbbbb
)
{
};
common/models/wp-wpdatatable-14.js
deleted
100644 → 0
View file @
0fd2c7d1
'use strict'
;
module
.
exports
=
function
(
Wpwpdatatable14
)
{
};
common/models/
aaaaaaa
.js
→
common/models/
zzj-jbxx-1
.js
View file @
8f646d7f
'use strict'
;
'use strict'
;
module
.
exports
=
function
(
Aaaaaaa
)
{
module
.
exports
=
function
(
Zzjjbxx1
)
{
};
};
common/models/
bbbbb
.json
→
common/models/
zzj-jbxx-1
.json
View file @
8f646d7f
{
{
"name"
:
"
Bbbbb
"
,
"name"
:
"
ZzjJbxx1
"
,
"base"
:
"PersistedModel"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"idInjection"
:
false
,
"options"
:
{
"options"
:
{
...
@@ -7,21 +7,21 @@
...
@@ -7,21 +7,21 @@
},
},
"mysql"
:
{
"mysql"
:
{
"schema"
:
"wordpress"
,
"schema"
:
"wordpress"
,
"table"
:
"
bbbbb
"
"table"
:
"
zzj_jbxx_1
"
},
},
"properties"
:
{
"properties"
:
{
"id"
:
{
"id"
:
{
"type"
:
"
String
"
,
"type"
:
"
Number
"
,
"required"
:
true
,
"required"
:
true
,
"length"
:
3
,
"length"
:
null
,
"precision"
:
null
,
"precision"
:
20
,
"scale"
:
null
,
"scale"
:
0
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"id"
,
"columnName"
:
"id"
,
"dataType"
:
"
varchar
"
,
"dataType"
:
"
bigint
"
,
"dataLength"
:
3
,
"dataLength"
:
null
,
"dataPrecision"
:
null
,
"dataPrecision"
:
20
,
"dataScale"
:
null
,
"dataScale"
:
0
,
"nullable"
:
"N"
"nullable"
:
"N"
}
}
},
},
...
...
common/models/zzj-wpdatatable-14.js
0 → 100644
View file @
8f646d7f
'use strict'
;
module
.
exports
=
function
(
Zzjwpdatatable14
)
{
};
common/models/
wp
-wpdatatable-14.json
→
common/models/
zzj
-wpdatatable-14.json
View file @
8f646d7f
{
{
"name"
:
"
Wp
Wpdatatable14"
,
"name"
:
"
Zzj
Wpdatatable14"
,
"base"
:
"PersistedModel"
,
"base"
:
"PersistedModel"
,
"idInjection"
:
false
,
"idInjection"
:
false
,
"options"
:
{
"options"
:
{
...
@@ -7,9 +7,24 @@
...
@@ -7,9 +7,24 @@
},
},
"mysql"
:
{
"mysql"
:
{
"schema"
:
"wordpress"
,
"schema"
:
"wordpress"
,
"table"
:
"
wp
_wpdatatable_14"
"table"
:
"
zzj
_wpdatatable_14"
},
},
"properties"
:
{
"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"
}
},
"wdtId"
:
{
"wdtId"
:
{
"type"
:
"Number"
,
"type"
:
"Number"
,
"required"
:
true
,
"required"
:
true
,
...
...
definitions/ZbqyLoopbackApi.yaml
View file @
8f646d7f
This diff is collapsed.
Click to expand it.
server/model-config.json
View file @
8f646d7f
...
@@ -53,15 +53,11 @@
...
@@ -53,15 +53,11 @@
"dataSource"
:
"【本地】正本清源数据库"
,
"dataSource"
:
"【本地】正本清源数据库"
,
"public"
:
true
"public"
:
true
},
},
"
Wp
Wpdatatable14"
:
{
"
Zzj
Wpdatatable14"
:
{
"dataSource"
:
"【本地】正本清源数据库"
,
"dataSource"
:
"【本地】正本清源数据库"
,
"public"
:
true
"public"
:
true
},
},
"Aaaaaaa"
:
{
"ZzjJbxx1"
:
{
"dataSource"
:
"【本地】正本清源数据库"
,
"public"
:
true
},
"Bbbbb"
:
{
"dataSource"
:
"【本地】正本清源数据库"
,
"dataSource"
:
"【本地】正本清源数据库"
,
"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