fix
wangpengfei
2023-08-25 c2e727dcdfa8970f629c3e3884bd866398bf3f48
docs/docs.go
@@ -3038,7 +3038,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/test.Industry"
                            "$ref": "#/definitions/request.IndustryList"
                        }
                    }
                ],
@@ -7093,6 +7093,17 @@
                }
            }
        },
        "request.IndustryList": {
            "type": "object",
            "properties": {
                "industries": {
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/test.Industry"
                    }
                }
            }
        },
        "request.InitDB": {
            "type": "object",
            "required": [