fix
wangpengfei
2023-08-25 c20b2d72c1f6241213f792dde44e50def6bf3510
docs/docs.go
@@ -4312,7 +4312,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/test.SupplierType"
                            "$ref": "#/definitions/request.SupplierTypeList"
                        }
                    }
                ],
@@ -7312,6 +7312,17 @@
                }
            }
        },
        "request.SupplierTypeList": {
            "type": "object",
            "properties": {
                "supplierTypes": {
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/test.SupplierType"
                    }
                }
            }
        },
        "request.SysAuthorityBtnReq": {
            "type": "object",
            "properties": {