qushaowei
2023-12-29 52b2619447cf57c5e266cc1c73aeb8838446280d
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IEquipmentReportRepairService.java
@@ -5,7 +5,9 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.eam.entity.ChangeCause;
import org.jeecg.modules.eam.entity.EquipmentReportRepair;
import org.jeecg.modules.eam.vo.RepairReportExportVo;
import java.util.List;
import java.util.Map;
/**
@@ -31,4 +33,6 @@
    void updateEquipmentReportRepairById(EquipmentReportRepair equipmentReportRepair);
    IPage<Map<String, Object>> getReportRepairList(Integer pageNo, Integer pageSize, Map<String, Object> params);
    List<RepairReportExportVo> exportList(RepairReportExportVo repairReportExportVo);
}