| | |
| | | package org.jeecg.modules.eam.service.impl; |
| | | |
| | | import org.jeecg.modules.eam.entity.EquipmentMaintenancePlan; |
| | | import org.jeecg.modules.eam.entity.MaintenanceStandardDetail; |
| | | import org.jeecg.modules.eam.mapper.EquipmentMaintenancePlanDetailMapper; |
| | | import org.jeecg.modules.eam.mapper.EquipmentMaintenancePlanMapper; |
| | | import org.jeecg.modules.eam.service.IEquipmentMaintenancePlanService; |
| | |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import java.io.Serializable; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 保养计划 |
| | |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public List<MaintenanceStandardDetail> getCycle(String mainId, String type) { |
| | | return baseMapper.getCycle(mainId,type); |
| | | } |
| | | |
| | | } |