From 9f98932726cb41697fabccbbbd876205e7255c95 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 25 八月 2023 11:40:28 +0800
Subject: [PATCH] add

---
 docs/swagger.yaml |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 3c44c42..a847e17 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -883,6 +883,13 @@
       id:
         type: integer
     type: object
+  request.SupplierStatus:
+    properties:
+      id:
+        type: integer
+      status:
+        type: integer
+    type: object
   request.SysAuthorityBtnReq:
     properties:
       authorityId:
@@ -3366,6 +3373,29 @@
       summary: 鏇存柊鑿滃崟
       tags:
       - Menu
+  /s/changeSupplierStatus:
+    post:
+      consumes:
+      - application/json
+      parameters:
+      - description: 淇敼Supplier鐘舵��
+        in: body
+        name: data
+        required: true
+        schema:
+          $ref: '#/definitions/request.SupplierStatus'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: '{"success":true,"data":{},"msg":"淇敼鎴愬姛"}'
+          schema:
+            type: string
+      security:
+      - ApiKeyAuth: []
+      summary: 淇敼Supplier鐘舵��
+      tags:
+      - Supplier
   /s/createSupplier:
     post:
       consumes:

--
Gitblit v1.8.0