Commit f44ba6f2 authored by 黄卓然's avatar 黄卓然

add

parent 07c8c1cf
...@@ -10,6 +10,51 @@ ...@@ -10,6 +10,51 @@
"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,
...@@ -86,17 +131,17 @@ ...@@ -86,17 +131,17 @@
} }
}, },
"clinicId": { "clinicId": {
"type": "Number", "type": "String",
"required": false, "required": false,
"length": null, "length": 100,
"precision": 10, "precision": null,
"scale": 0, "scale": null,
"mysql": { "mysql": {
"columnName": "clinic_id", "columnName": "clinic_id",
"dataType": "int", "dataType": "varchar",
"dataLength": null, "dataLength": 100,
"dataPrecision": 10, "dataPrecision": null,
"dataScale": 0, "dataScale": null,
"nullable": "Y" "nullable": "Y"
} }
}, },
...@@ -160,14 +205,29 @@ ...@@ -160,14 +205,29 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"id": { "address": {
"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": "id", "columnName": "dean_number",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 100, "dataLength": 100,
"dataPrecision": null, "dataPrecision": null,
......
This diff is collapsed.
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"DashboardHospitalBaseInformation": {
"dataSource": "ruipeng",
"public": true
},
"DashboardRvetCount": { "DashboardRvetCount": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -360,5 +356,9 @@ ...@@ -360,5 +356,9 @@
"MainSum": { "MainSum": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
},
"DashboardHospitalBaseInformation": {
"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