Commit 1f1b8535 authored by 余海军's avatar 余海军

add

parent 8083c6b9
'use strict';
module.exports = function(Mainaorders) {
};
{
"name": "MainAorders",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "main_aorders"
},
"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"
}
},
"vlaue": {
"type": "Number",
"required": false,
"length": null,
"precision": 33,
"scale": 0,
"mysql": {
"columnName": "vlaue",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 33,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -352,5 +352,9 @@ ...@@ -352,5 +352,9 @@
"MainCompanyarea": { "MainCompanyarea": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"MainAorders": {
"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