Commit 509a286b authored by 余海军's avatar 余海军

add

parent e395a493
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
"name": { "name": {
"type": "String", "type": "String",
"required": true, "required": true,
"length": 5, "length": 3,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "name", "columnName": "name",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 5, "dataLength": 3,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "N" "nullable": "N"
...@@ -44,14 +44,29 @@ ...@@ -44,14 +44,29 @@
"type": "Number", "type": "Number",
"required": false, "required": false,
"length": null, "length": null,
"precision": 19, "precision": 23,
"scale": 2, "scale": 6,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "double", "dataType": "double",
"dataLength": null, "dataLength": null,
"dataPrecision": 19, "dataPrecision": 23,
"dataScale": 2, "dataScale": 6,
"nullable": "Y"
}
},
"area": {
"type": "String",
"required": false,
"length": 101,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "varchar",
"dataLength": 101,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y" "nullable": "Y"
} }
} }
......
...@@ -25,19 +25,34 @@ ...@@ -25,19 +25,34 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"area": {
"type": "String",
"required": false,
"length": 101,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "varchar",
"dataLength": 101,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": { "value": {
"type": "Number", "type": "Number",
"required": true, "required": false,
"length": null, "length": null,
"precision": 19, "precision": 32,
"scale": 0, "scale": 0,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "bigint", "dataType": "decimal",
"dataLength": null, "dataLength": null,
"dataPrecision": 19, "dataPrecision": 32,
"dataScale": 0, "dataScale": 0,
"nullable": "N" "nullable": "Y"
} }
} }
}, },
......
...@@ -25,19 +25,34 @@ ...@@ -25,19 +25,34 @@
"nullable": "Y" "nullable": "Y"
} }
}, },
"area": {
"type": "String",
"required": false,
"length": 101,
"precision": null,
"scale": null,
"mysql": {
"columnName": "area",
"dataType": "varchar",
"dataLength": 101,
"dataPrecision": null,
"dataScale": null,
"nullable": "Y"
}
},
"value": { "value": {
"type": "Number", "type": "Number",
"required": true, "required": false,
"length": null, "length": null,
"precision": 19, "precision": 32,
"scale": 0, "scale": 0,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "bigint", "dataType": "decimal",
"dataLength": null, "dataLength": null,
"dataPrecision": 19, "dataPrecision": 32,
"dataScale": 0, "dataScale": 0,
"nullable": "N" "nullable": "Y"
} }
} }
}, },
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -405,10 +405,6 @@ ...@@ -405,10 +405,6 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosAccrual": {
"dataSource": "ruipeng",
"public": true
},
"BillCangku": { "BillCangku": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
...@@ -653,31 +649,35 @@ ...@@ -653,31 +649,35 @@
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosRegnummonth": { "InterVrentityorder": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosRegnumday": { "HosEacharearevenue": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"InterVrentityorder": { "HosEachareacase": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEacharearevenue": { "HosEachmonthcase": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEachareacase": { "HosDetail": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosEachmonthcase": { "HosAccrual": {
"dataSource": "ruipeng", "dataSource": "ruipeng",
"public": true "public": true
}, },
"HosDetail": { "HosRegnumday": {
"dataSource": "ruipeng",
"public": true
},
"HosRegnummonth": {
"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