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

test

parent 46feec6a
'use strict';
module.exports = function(Order) {
module.exports = function(Orderyhj) {
};
{
"name": "Order",
"name": "OrderYhj",
"base": "PersistedModel",
"idInjection": false,
"options": {
......@@ -7,7 +7,7 @@
},
"mysql": {
"schema": "wordpress",
"table": "order"
"table": "order_yhj"
},
"properties": {
"id": {
......
This diff is collapsed.
......@@ -65,10 +65,6 @@
"dataSource": "ruipeng",
"public": true
},
"Order": {
"dataSource": "ruipeng",
"public": true
},
"Revenue": {
"dataSource": "ruipeng",
"public": true
......@@ -96,5 +92,9 @@
"Budget": {
"dataSource": "ruipeng",
"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