| | |
| | | import org.jeecg.modules.mdc.entity.MdcOeeInfo; |
| | | import org.jeecg.modules.mdc.vo.MdcOeeInfoVo; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: OEE表 |
| | | * @Author: lius |
| | |
| | | * @return |
| | | */ |
| | | IPage<MdcOeeInfo> pageList(Page<MdcOeeInfo> page, @Param("mdcOeeInfoVo") MdcOeeInfoVo mdcOeeInfoVo); |
| | | |
| | | List<MdcOeeInfo> findByEquIdsAndDate(@Param("equipmentIdList") List<String> equipmentIdList, @Param("start") String start, @Param("end") String end); |
| | | |
| | | List<MdcOeeInfo> findByEquIdAndDate(@Param("equipmentId") String equipmentId, @Param("start") String start, @Param("end") String end); |
| | | |
| | | BigDecimal findByEquIdAndMonth(@Param("equipmentId") String equipmentId, @Param("month") String month); |
| | | } |