| | |
| | | package org.jeecg.modules.eam.service; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.jeecg.modules.eam.entity.EquipmentMaintenancePlan; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.jeecg.modules.eam.entity.MaintenanceStandardDetail; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 保养计划 |
| | |
| | | */ |
| | | public void delBatchMain (Collection<? extends Serializable> idList); |
| | | |
| | | List<MaintenanceStandardDetail> getCycle(String mainId,String type); |
| | | |
| | | |
| | | } |