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

add

parent e395a493
......@@ -28,13 +28,13 @@
"name": {
"type": "String",
"required": true,
"length": 5,
"length": 3,
"precision": null,
"scale": null,
"mysql": {
"columnName": "name",
"dataType": "varchar",
"dataLength": 5,
"dataLength": 3,
"dataPrecision": null,
"dataScale": null,
"nullable": "N"
......@@ -44,14 +44,29 @@
"type": "Number",
"required": false,
"length": null,
"precision": 19,
"scale": 2,
"precision": 23,
"scale": 6,
"mysql": {
"columnName": "value",
"dataType": "double",
"dataLength": null,
"dataPrecision": 19,
"dataScale": 2,
"dataPrecision": 23,
"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"
}
}
......
......@@ -25,19 +25,34 @@
"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": {
"type": "Number",
"required": true,
"required": false,
"length": null,
"precision": 19,
"precision": 32,
"scale": 0,
"mysql": {
"columnName": "value",
"dataType": "bigint",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 19,
"dataPrecision": 32,
"dataScale": 0,
"nullable": "N"
"nullable": "Y"
}
}
},
......
......@@ -25,19 +25,34 @@
"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": {
"type": "Number",
"required": true,
"required": false,
"length": null,
"precision": 19,
"precision": 32,
"scale": 0,
"mysql": {
"columnName": "value",
"dataType": "bigint",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 19,
"dataPrecision": 32,
"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 @@
"dataSource": "ruipeng",
"public": true
},
"HosAccrual": {
"dataSource": "ruipeng",
"public": true
},
"BillCangku": {
"dataSource": "ruipeng",
"public": true
......@@ -653,31 +649,35 @@
"dataSource": "ruipeng",
"public": true
},
"HosRegnummonth": {
"InterVrentityorder": {
"dataSource": "ruipeng",
"public": true
},
"HosRegnumday": {
"HosEacharearevenue": {
"dataSource": "ruipeng",
"public": true
},
"InterVrentityorder": {
"HosEachareacase": {
"dataSource": "ruipeng",
"public": true
},
"HosEacharearevenue": {
"HosEachmonthcase": {
"dataSource": "ruipeng",
"public": true
},
"HosEachareacase": {
"HosDetail": {
"dataSource": "ruipeng",
"public": true
},
"HosEachmonthcase": {
"HosAccrual": {
"dataSource": "ruipeng",
"public": true
},
"HosDetail": {
"HosRegnumday": {
"dataSource": "ruipeng",
"public": true
},
"HosRegnummonth": {
"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