Commit 466a29fa authored by 余海军's avatar 余海军

test

parent 47c8b3c2
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"nullable": "N" "nullable": "N"
} }
}, },
"total": { "value": {
"type": "Number", "type": "Number",
"required": false, "required": false,
"length": null, "length": null,
"precision": 22, "precision": 22,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "total", "columnName": "value",
"dataType": "double", "dataType": "double",
"dataLength": null, "dataLength": null,
"dataPrecision": 22, "dataPrecision": 22,
......
...@@ -6661,7 +6661,7 @@ definitions: ...@@ -6661,7 +6661,7 @@ definitions:
name: name:
maxLength: 5 maxLength: 5
type: string type: string
total: value:
type: number type: number
format: double format: double
required: required:
......
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