Commit 0494fddf authored by 余海军's avatar 余海军

add

parent 0c228987
'use strict';
module.exports = function(Billcompanyorder) {
};
{
"name": "BillCompanyorder",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "bill_companyorder"
},
"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": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 46,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 46,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Billcompanyrevenue) {
};
{
"name": "BillCompanyrevenue",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "bill_companyrevenue"
},
"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": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 46,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 46,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Interclassify) {
};
{ {
"name": "OrderYhj", "name": "InterClassify",
"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_yhj" "table": "inter_classify"
}, },
"properties": { "properties": {
"id": { "id": {
...@@ -27,17 +27,17 @@ ...@@ -27,17 +27,17 @@
}, },
"name": { "name": {
"type": "String", "type": "String",
"required": true, "required": false,
"length": 4, "length": 30,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "name", "columnName": "name",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 4, "dataLength": 30,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "N" "nullable": "Y"
} }
}, },
"value": { "value": {
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
"required": false, "required": false,
"length": null, "length": null,
"precision": 32, "precision": 32,
"scale": 0, "scale": 2,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "decimal", "dataType": "decimal",
"dataLength": null, "dataLength": null,
"dataPrecision": 32, "dataPrecision": 32,
"dataScale": 0, "dataScale": 2,
"nullable": "Y" "nullable": "Y"
} }
} }
......
'use strict'; 'use strict';
module.exports = function(Orderyhj) { module.exports = function(Intermarket) {
}; };
{
"name": "InterMarket",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "inter_market"
},
"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"
}
},
"order": {
"type": "Number",
"required": false,
"length": null,
"precision": 33,
"scale": 0,
"mysql": {
"columnName": "order",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 33,
"dataScale": 0,
"nullable": "Y"
}
},
"money": {
"type": "Number",
"required": false,
"length": null,
"precision": 33,
"scale": 0,
"mysql": {
"columnName": "money",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 33,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Interpersonas) {
};
{
"name": "InterPersonas",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "inter_personas"
},
"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": 1,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 1,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
'use strict';
module.exports = function(Interregion) {
};
{
"name": "InterRegion",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "inter_region"
},
"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": 50,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 50,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 11,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "float",
"dataLength": null,
"dataPrecision": 11,
"dataScale": 2,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -89,10 +89,6 @@ ...@@ -89,10 +89,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"OrderYhj": {
"dataSource": "ruipeng",
"public": true
},
"MainMerchant": { "MainMerchant": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -260,5 +256,29 @@ ...@@ -260,5 +256,29 @@
"MainBillbrand": { "MainBillbrand": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"InterMarket": {
"dataSource": "ruipeng",
"public": true
},
"InterClassify": {
"dataSource": "ruipeng",
"public": true
},
"InterPersonas": {
"dataSource": "ruipeng",
"public": true
},
"InterRegion": {
"dataSource": "ruipeng",
"public": true
},
"BillCompanyorder": {
"dataSource": "ruipeng",
"public": true
},
"BillCompanyrevenue": {
"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