From d2d083528159fe9291a67f51886f98fe646efd95 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期六, 19 八月 2023 14:32:11 +0800 Subject: [PATCH] 设备管理-更新代码提交 截止 20230819 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentUnloadingController.java | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentUnloadingController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentUnloadingController.java index 66015c0..c4c0424 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentUnloadingController.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentUnloadingController.java @@ -11,8 +11,14 @@ import org.jeecg.common.system.base.controller.JeecgController; import org.jeecg.common.system.query.QueryGenerator; import org.jeecg.common.util.DateUtils; -import org.jeecg.modules.eam.entity.*; -import org.jeecg.modules.eam.service.*; +import org.jeecg.modules.eam.entity.Equipment; +import org.jeecg.modules.eam.entity.EquipmentUnloading; +import org.jeecg.modules.eam.entity.EquipmentUnloadingBorrowDetail; +import org.jeecg.modules.eam.entity.EquipmentUnloadingReturnDetail; +import org.jeecg.modules.eam.service.IEamEquipmentService; +import org.jeecg.modules.eam.service.IEquipmentUnloadingBorrowDetailService; +import org.jeecg.modules.eam.service.IEquipmentUnloadingReturnDetailService; +import org.jeecg.modules.eam.service.IEquipmentUnloadingService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.*; @@ -25,7 +31,9 @@ import java.time.LocalDateTime; import java.time.ZoneId; import java.time.format.DateTimeFormatter; -import java.util.*; +import java.util.Arrays; +import java.util.List; +import java.util.Map; /** * @Description: mom_eam_inspection_project -- Gitblit v1.9.3