Commit 9aaa1dd9 authored by 余海军's avatar 余海军

test

parent 46feec6a
'use strict'; 'use strict';
module.exports = function(Order) { module.exports = function(Orderyhj) {
}; };
{ {
"name": "Order", "name": "OrderYhj",
"base": "PersistedModel", "base": "PersistedModel",
"idInjection": false, "idInjection": false,
"options": { "options": {
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
}, },
"mysql": { "mysql": {
"schema": "wordpress", "schema": "wordpress",
"table": "order" "table": "order_yhj"
}, },
"properties": { "properties": {
"id": { "id": {
......
This diff is collapsed.
...@@ -65,10 +65,6 @@ ...@@ -65,10 +65,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"Order": {
"dataSource": "ruipeng",
"public": true
},
"Revenue": { "Revenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -96,5 +92,9 @@ ...@@ -96,5 +92,9 @@
"Budget": { "Budget": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"OrderYhj": {
"dataSource": "ruipeng",
"public": true
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment