| | |
| | | import org.jeecg.modules.mdc.entity.MdcEquipment; |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor; |
| | | import org.jeecg.modules.mdc.model.MdcEquipmentTree; |
| | | import org.jeecg.modules.mdc.vo.MdcEfficiencyReportQueryVo; |
| | | import org.jeecg.modules.mdc.vo.MdcEfficiencyReportShiftQueryVo; |
| | | import org.jeecg.modules.mdc.vo.MdcEquipmentVo; |
| | | import org.jeecg.modules.mdc.vo.WorkshopEquipmentVo; |
| | | import org.jeecg.modules.mdc.vo.*; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.List; |
| | |
| | | /** |
| | | * 设备监控列表 |
| | | */ |
| | | List<MdcEquipmentMonitor> queryEquipmentMonitorList(String userId, String key); |
| | | List<MdcEquipmentMonitor> queryEquipmentMonitorList(String userId, String key, String status); |
| | | |
| | | /** |
| | | * 设备监控 - 设备详细信息 |
| | |
| | | * @return |
| | | */ |
| | | List<MdcEquipment> findByProIdsAndType(List<String> allProductionIds, List<String> typeList); |
| | | |
| | | List<String> getEquIdsByProIds(List<String> proIds); |
| | | |
| | | List<MdcEquipment> findByProIds(List<String> proIds); |
| | | |
| | | MdcBoardEquRealTImeVo getByEquipmentId(String equipmentId); |
| | | } |