| | |
| | | import org.jeecg.modules.eam.entity.ChangeCause; |
| | | import org.jeecg.modules.eam.entity.EquipmentReportRepair; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | */ |
| | | public interface EquipmentReportRepairMapper extends BaseMapper<EquipmentReportRepair> { |
| | | |
| | | IPage<Map<String, Object>> getReportRepairList(IPage<Map> pageData, @Param("params") Map<String,Object> params); |
| | | IPage<Map<String, Object>> getReportRepairList(IPage<Map> pageData, @Param("params") Map<String,Object> params,@Param("equipNums") List<String> equipNums); |
| | | } |