| | |
| | | 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; |
| | | |
| | | /** |
| | |
| | | void updateEquipmentReportRepairById(EquipmentReportRepair equipmentReportRepair); |
| | | |
| | | IPage<Map<String, Object>> getReportRepairList(Integer pageNo, Integer pageSize, Map<String, Object> params); |
| | | |
| | | List<RepairReportExportVo> exportList(RepairReportExportVo repairReportExportVo); |
| | | } |