Commit 241e964f authored by 余海军's avatar 余海军

add

parent b6052bb3
...@@ -44,13 +44,13 @@ ...@@ -44,13 +44,13 @@
"type": "Number", "type": "Number",
"required": false, "required": false,
"length": null, "length": null,
"precision": 41, "precision": 19,
"scale": 0, "scale": 0,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "decimal", "dataType": "bigint",
"dataLength": null, "dataLength": null,
"dataPrecision": 41, "dataPrecision": 19,
"dataScale": 0, "dataScale": 0,
"nullable": "Y" "nullable": "Y"
} }
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
"area": { "area": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 256, "length": 341,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "area", "columnName": "area",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 256, "dataLength": 341,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "Y" "nullable": "Y"
......
'use strict';
module.exports = function(Hoseacharearevenue) {
};
{
"name": "HosEacharearevenue",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "hos_eacharearevenue"
},
"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": 101,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 101,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 19,
"scale": 2,
"mysql": {
"columnName": "value",
"dataType": "double",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 2,
"nullable": "Y"
}
},
"area": {
"type": "String",
"required": false,
"length": 341,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "varchar",
"dataLength": 341,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -553,10 +553,6 @@ ...@@ -553,10 +553,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEachareacase": {
"dataSource": "ruipeng",
"public": true
},
"HosEachareahospitals": { "HosEachareahospitals": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -668,5 +664,13 @@ ...@@ -668,5 +664,13 @@
"InterVrentityorder": { "InterVrentityorder": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"HosEacharearevenue": {
"dataSource": "ruipeng",
"public": true
},
"HosEachareacase": {
"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