fix
wangpengfei
2023-08-25 c2e727dcdfa8970f629c3e3884bd866398bf3f48
docs/swagger.yaml
@@ -742,6 +742,13 @@
          type: integer
        type: array
    type: object
  request.IndustryList:
    properties:
      industries:
        items:
          $ref: '#/definitions/test.Industry'
        type: array
    type: object
  request.InitDB:
    properties:
      dbName:
@@ -3281,7 +3288,7 @@
        name: data
        required: true
        schema:
          $ref: '#/definitions/test.Industry'
          $ref: '#/definitions/request.IndustryList'
      produces:
      - application/json
      responses: