Commit 10ded67a authored by 余海军's avatar 余海军

add

parent 220a4a3c
......@@ -25,14 +25,14 @@
"nullable": "Y"
}
},
"category": {
"name": {
"type": "String",
"required": false,
"length": 200,
"precision": null,
"scale": null,
"mysql": {
"columnName": "category",
"columnName": "name",
"dataType": "varchar",
"dataLength": 200,
"dataPrecision": null,
......@@ -40,14 +40,14 @@
"nullable": "Y"
}
},
"qty": {
"value1": {
"type": "Number",
"required": false,
"length": null,
"precision": 65,
"scale": 2,
"mysql": {
"columnName": "qty",
"columnName": "value1",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 65,
......@@ -55,18 +55,18 @@
"nullable": "Y"
}
},
"precent": {
"type": "String",
"value2": {
"type": "Number",
"required": false,
"length": 63,
"precision": null,
"scale": null,
"length": null,
"precision": 60,
"scale": 2,
"mysql": {
"columnName": "precent",
"dataType": "varchar",
"dataLength": 63,
"dataPrecision": null,
"dataScale": null,
"columnName": "value2",
"dataType": "decimal",
"dataLength": null,
"dataPrecision": 60,
"dataScale": 2,
"nullable": "Y"
}
},
......
......@@ -71633,15 +71633,15 @@ definitions:
id:
maxLength: 36
type: string
category:
name:
maxLength: 200
type: string
qty:
value1:
type: number
format: double
value2:
type: number
format: double
precent:
maxLength: 63
type: string
companyName:
maxLength: 200
type: string
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