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

营收收入

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