| | |
| | | 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.MdcCommonVo; |
| | | import org.jeecg.modules.mdc.vo.MdcEquipmentVo; |
| | | import org.jeecg.modules.mdc.vo.WorkshopEquipmentVo; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentTree> loadTreeListByProductionIds(String ids); |
| | | |
| | | /** |
| | | * 查询单表数据 |
| | | * @param tableName |
| | | * @return |
| | | */ |
| | | MdcEquipmentDto getWorkLineLast(String tableName); |
| | | |
| | | /** |
| | | * 设备运行状态统计 |
| | | */ |
| | | List<MdcCommonVo> getEquipmentStatusStatistics(String userId, String key); |
| | | } |