“linengliang”
2023-12-13 ae33e68baf21878ce145d75ac377d14c1e2b2a82
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