From fcf68a86d06681f6b29710cb090bf1073ad52825 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 09 五月 2024 11:12:36 +0800
Subject: [PATCH] 提交注释

---
 north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java
index 800bab9..3c3efc7 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java
@@ -7,6 +7,7 @@
 import com.example.erp.entity.sd.OrderDetail;
 import com.example.erp.exception.ServiceException;
 import com.example.erp.service.pp.ReworkService;
+import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
@@ -15,6 +16,7 @@
 import java.util.Map;
 
 @RestController
+@Api(value="杩斿伐controller",tags={"杩斿伐鎿嶄綔鎺ュ彛"})
 @RequestMapping("/rework")
 public class ReworkController {
 

--
Gitblit v1.8.0