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

add

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