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

fix

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