From 5fa7d2f4b4ee9b78174c7acf812495eae2e9bd5b Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 29 三月 2025 13:45:05 +0800 Subject: [PATCH] #新增 1. 新增组拖历史档 2. 收货添加生产日期 --- rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WaitPakinItemController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WaitPakinItemController.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WaitPakinItemController.java index 00c2dc3..fef2580 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WaitPakinItemController.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WaitPakinItemController.java @@ -12,6 +12,7 @@ import com.vincent.rsf.server.manager.entity.WaitPakinItem; import com.vincent.rsf.server.manager.service.WaitPakinItemService; import com.vincent.rsf.server.system.controller.BaseController; +import io.swagger.annotations.Api; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.*; @@ -19,6 +20,7 @@ import javax.servlet.http.HttpServletResponse; import java.util.*; +@Api(tags = "缁勬嫋妗f槑缁�") @RestController public class WaitPakinItemController extends BaseController { -- Gitblit v1.9.1