Commit 7b937b56 authored by 余海军's avatar 余海军

add

parent 1f1b8535
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 8,
"length": 4,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 8,
"dataLength": 4,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 8,
"length": 4,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 8,
"dataLength": 4,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -101,14 +101,6 @@
"dataSource": "ruipeng",
"public": true
},
"MainEntityorder": {
"dataSource": "ruipeng",
"public": true
},
"MainEntityrevenue": {
"dataSource": "ruipeng",
"public": true
},
"MainHospitalnum": {
"dataSource": "ruipeng",
"public": true
......@@ -356,5 +348,13 @@
"MainAorders": {
"dataSource": "ruipeng",
"public": true
},
"MainEntityorder": {
"dataSource": "ruipeng",
"public": true
},
"MainEntityrevenue": {
"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