| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.jeecg.modules.mdc.entity.MdcNoplanClose; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 非计划停机维护表 |
| | | * @Author: Lius |
| | |
| | | */ |
| | | IPage<MdcNoplanClose> pageList(Page<MdcNoplanClose> page, @Param("mdcNoplanClose") MdcNoplanClose mdcNoplanClose); |
| | | |
| | | |
| | | /** |
| | | * 查询非计划停机管理损失 |
| | | * |
| | | * @param equipmentId |
| | | * @param noplanType |
| | | * @param startDate |
| | | * @param endDate |
| | | * @return |
| | | */ |
| | | List<MdcNoplanClose> findNoplanTimeDuration(@Param("equipmentId") String equipmentId, @Param("noplanType") String noplanType, @Param("startDate") String startDate, @Param("endDate") String endDate); |
| | | } |