Commit 11110d58 authored by 余海军's avatar 余海军

add

parent f44ba6f2
...@@ -10,51 +10,6 @@ ...@@ -10,51 +10,6 @@
"table": "dashboard_hospital_base_information" "table": "dashboard_hospital_base_information"
}, },
"properties": { "properties": {
"id": {
"type": "String",
"required": true,
"length": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "id",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"rpBrandId": {
"type": "Number",
"required": false,
"length": null,
"precision": 10,
"scale": 0,
"mysql": {
"columnName": "rp_brand_id",
"dataType": "int",
"dataLength": null,
"dataPrecision": 10,
"dataScale": 0,
"nullable": "Y"
}
},
"rpBrand": {
"type": "String",
"required": false,
"length": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "rp_brand",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"rpRegionid": { "rpRegionid": {
"type": "String", "type": "String",
"required": false, "required": false,
...@@ -131,17 +86,17 @@ ...@@ -131,17 +86,17 @@
} }
}, },
"clinicId": { "clinicId": {
"type": "String", "type": "Number",
"required": false, "required": false,
"length": 100, "length": null,
"precision": null, "precision": 10,
"scale": null, "scale": 0,
"mysql": { "mysql": {
"columnName": "clinic_id", "columnName": "clinic_id",
"dataType": "varchar", "dataType": "int",
"dataLength": 100, "dataLength": null,
"dataPrecision": null, "dataPrecision": 10,
"dataScale": null, "dataScale": 0,
"nullable": "Y" "nullable": "Y"
} }
}, },
...@@ -205,29 +160,14 @@ ...@@ -205,29 +160,14 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"address": { "id": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "address",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"deanNumber": {
"type": "String", "type": "String",
"required": false, "required": false,
"length": 100, "length": 100,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "dean_number", "columnName": "id",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 100, "dataLength": 100,
"dataPrecision": null, "dataPrecision": null,
......
{
"name": "MapHos2",
"base": "PersistedModel",
"idInjection": false,
"options": {
"validateUpsert": true
},
"mysql": {
"schema": "wordpress",
"table": "map_hos2"
},
"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": 100,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 100,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": {
"type": "String",
"required": false,
"length": 50,
"precision": null,
"scale": null,
"mysql": {
"columnName": "value",
"dataType": "varchar",
"dataLength": 50,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"DashboardHospitalBaseInformation": {
"dataSource": "ruipeng",
"public": true
},
"DashboardRvetCount": { "DashboardRvetCount": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -357,7 +361,7 @@ ...@@ -357,7 +361,7 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"DashboardHospitalBaseInformation": { "MapHos2": {
"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