Commit 0959de01 authored by 余海军's avatar 余海军

add

parent 0ab91c48
'use strict';
module.exports = function(Hoseachhospital) {
};
{
"name": "HosEachhospital",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "hos_eachhospital"
},
"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"
}
},
"city": {
"type": "String",
"required": false,
"length": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "city",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"hospital": {
"type": "String",
"required": false,
"length": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "hospital",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"flowmeir": {
"type": "String",
"required": false,
"length": 18,
"precision": null,
"scale": null,
"mysql": {
"columnName": "flowmeir",
"dataType": "varchar",
"dataLength": 18,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"flowyiliao": {
"type": "String",
"required": false,
"length": 18,
"precision": null,
"scale": null,
"mysql": {
"columnName": "flowyiliao",
"dataType": "varchar",
"dataLength": 18,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"flowsp": {
"type": "String",
"required": false,
"length": 18,
"precision": null,
"scale": null,
"mysql": {
"columnName": "flowsp",
"dataType": "varchar",
"dataLength": 18,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
This diff is collapsed.
...@@ -256,5 +256,9 @@ ...@@ -256,5 +256,9 @@
"HosClientsource": { "HosClientsource": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"HosEachhospital": {
"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