From 586070afc1c44d646d42971b6eab4bce46f900f2 Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期四, 09 五月 2024 16:32:48 +0800 Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override --- 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