Commit 0ab91c48 authored by 余海军's avatar 余海军

add

parent b7023515
'use strict';
module.exports = function(Hosclientsource) {
};
{
"name": "HosClientsource",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "hos_clientsource"
},
"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"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 41,
"scale": 0,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 41,
"dataScale": 0,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
...@@ -25,21 +25,6 @@ ...@@ -25,21 +25,6 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"name": {
"type": "String",
"required": false,
"length": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": { "value": {
"type": "Number", "type": "Number",
"required": true, "required": true,
......
...@@ -25,21 +25,6 @@ ...@@ -25,21 +25,6 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"name": {
"type": "String",
"required": true,
"length": 5,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": { "value": {
"type": "Number", "type": "Number",
"required": false, "required": false,
......
This diff is collapsed.
...@@ -241,15 +241,19 @@ ...@@ -241,15 +241,19 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEachareahospitals": { "HosEacharearevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEacharearevenue": { "HosEachrevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEachrevenue": { "HosEachareahospitals": {
"dataSource": "ruipeng",
"public": true
},
"HosClientsource": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "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