Commit aaab4c87 authored by 余海军's avatar 余海军

add

parent c6958ca5
......@@ -25,33 +25,18 @@
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": true,
"length": 8,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 8,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 32,
"scale": 0,
"precision": 36,
"scale": 4,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 32,
"dataScale": 0,
"dataPrecision": 36,
"dataScale": 4,
"nullable": "Y"
}
}
......
......@@ -25,33 +25,18 @@
"nullable": "Y"
}
},
"name": {
"type": "String",
"required": true,
"length": 8,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 8,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
}
},
"value": {
"type": "Number",
"required": false,
"length": null,
"precision": 32,
"scale": 0,
"precision": 36,
"scale": 4,
"mysql": {
"columnName": "value",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 32,
"dataScale": 0,
"dataPrecision": 36,
"dataScale": 4,
"nullable": "Y"
}
}
......
This diff is collapsed.
......@@ -189,27 +189,27 @@
"dataSource": "ruipeng",
"public": true
},
"MainVrrevenue": {
"MainVocation": {
"dataSource": "ruipeng",
"public": true
},
"MainVrorder": {
"MainTotalteacher": {
"dataSource": "ruipeng",
"public": true
},
"MainVocation": {
"MainTotalstudent": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalteacher": {
"MainRevenuetopeight": {
"dataSource": "ruipeng",
"public": true
},
"MainTotalstudent": {
"MainVrorder": {
"dataSource": "ruipeng",
"public": true
},
"MainRevenuetopeight": {
"MainVrrevenue": {
"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