| | |
| | | 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<String> listEquipmentId(MdcEfficiencyReportQueryVo vo); |
| | | |
| | | List<String> listEquipmentMagnificationId(MdcEquipmentMagnificationVo vo); |
| | | |
| | | /** |
| | | * 列表查询 |
| | | */ |
| | |
| | | /** |
| | | * 根据产线id获取设备状态列表 |
| | | * |
| | | * @param workshopId |
| | | * @param productionId |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentMonitor> getEquipmentMonitorList(String workshopId); |
| | | List<MdcEquipmentMonitor> getEquipmentMonitorList(String productionId); |
| | | } |