Commit 3b8246bc authored by 余海军's avatar 余海军

fix

parent b2e093db
...@@ -41,18 +41,18 @@ ...@@ -41,18 +41,18 @@
} }
}, },
"value": { "value": {
"type": "Number", "type": "String",
"required": true, "required": false,
"length": null, "length": 255,
"precision": 19, "precision": null,
"scale": 0, "scale": null,
"mysql": { "mysql": {
"columnName": "value", "columnName": "value",
"dataType": "bigint", "dataType": "varchar",
"dataLength": null, "dataLength": 255,
"dataPrecision": 19, "dataPrecision": null,
"dataScale": 0, "dataScale": null,
"nullable": "N" "nullable": "Y"
} }
} }
}, },
......
...@@ -67592,10 +67592,8 @@ definitions: ...@@ -67592,10 +67592,8 @@ definitions:
maxLength: 255 maxLength: 255
type: string type: string
value: value:
type: number maxLength: 255
format: double type: string
required:
- value
additionalProperties: false additionalProperties: false
basePath: /api/ruipeng basePath: /api/ruipeng
swagger: '2.0' swagger: '2.0'
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