From e096d728a44eb0c92a107dff8711092fc69d3026 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 20 六月 2025 16:04:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
index 0c84df2..d9a1ad8 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
@@ -18,6 +18,7 @@
 import org.jeecg.modules.eam.constant.EquipmentLeanOutStatusEnum;
 import org.jeecg.modules.eam.entity.EamEquipmentLeanOut;
 import org.jeecg.modules.eam.request.EamEquipmentLeanOutQuery;
+import org.jeecg.modules.eam.request.EamEquipmentLeanOutRequest;
 import org.jeecg.modules.eam.service.IEamEquipmentLeanOutService;
 import org.jeecg.modules.system.service.ISysBusinessCodeRuleService;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -193,7 +194,7 @@
     }
 
     /**
-     * 缂栬緫
+     * 瀹℃壒
      *
      * @param request
      * @return
@@ -201,7 +202,7 @@
     @AutoLog(value = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�")
     @ApiOperation(value = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�", notes = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�")
     @RequestMapping(value = "/approval", method = {RequestMethod.PUT, RequestMethod.POST})
-    public Result<?> approval(@RequestBody EamEquipmentLeanOut request) {
+    public Result<?> approval(@RequestBody EamEquipmentLeanOutRequest request) {
         if (request == null) {
             return Result.error("娣诲姞鐨勫璞′笉鑳戒负绌猴紒");
         }

--
Gitblit v1.9.3