Commit 47c8b3c2 authored by 余海军's avatar 余海军

营收收入

parent c8005e54
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
"name": { "name": {
"type": "String", "type": "String",
"required": true, "required": true,
"length": 6, "length": 5,
"precision": null, "precision": null,
"scale": null, "scale": null,
"mysql": { "mysql": {
"columnName": "name", "columnName": "name",
"dataType": "varchar", "dataType": "varchar",
"dataLength": 6, "dataLength": 5,
"dataPrecision": null, "dataPrecision": null,
"dataScale": null, "dataScale": null,
"nullable": "N" "nullable": "N"
......
...@@ -6659,7 +6659,7 @@ definitions: ...@@ -6659,7 +6659,7 @@ definitions:
maxLength: 36 maxLength: 36
type: string type: string
name: name:
maxLength: 6 maxLength: 5
type: string type: string
total: total:
type: number type: number
......
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