From 6cce6de2161840f77d397fe25bee6096d0eb9877 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 22 三月 2024 19:37:21 +0800
Subject: [PATCH] 物料搜索接口

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

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 5b11f0f..e6e7af0 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -142,6 +142,18 @@
       unit:
         type: string
     type: object
+  request.MaterialSearch:
+    properties:
+      keyword:
+        description: 鍏抽敭瀛�
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
   request.OutsourcingOrderOverview:
     properties:
       hasAssigned:
@@ -310,6 +322,25 @@
       summary: 濮斿璁㈠崟鍒楄〃
       tags:
       - 璁㈠崟绠$悊
+  /api-outsourcing/v1/order/materialSearch:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.MaterialSearch'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.ResponseList'
+      summary: 鐗╂枡鎼滅储
+      tags:
+      - 璁㈠崟绠$悊
   /api-outsourcing/v1/order/overview:
     get:
       produces:

--
Gitblit v1.8.0