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

add

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