yb
2 天以前 45f273a2bdef5db34da34a1ac72ee26da5452c8d
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -9,10 +9,7 @@
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;
@@ -116,7 +113,7 @@
    /**
     * 设备监控 - 设备详细信息
     */
    MdcEquipmentDto mdcEquipmentDetailedInfo(String id);
    Map<String, Object> mdcEquipmentDetailedInfo(String id);
    /**
     * 通过用户部门关系获取设备id集合
@@ -174,6 +171,8 @@
    List<String> listEquipmentId(MdcEfficiencyReportQueryVo vo);
    List<String> listEquipmentMagnificationId(MdcEquipmentMagnificationVo vo);
    /**
     * 列表查询
     */
@@ -186,6 +185,7 @@
    /**
     * 导出List
     *
     * @param mdcEquipment
     * @return
     */
@@ -193,6 +193,7 @@
    /**
     * 通过车间ids获取设备树
     *
     * @param ids
     * @return
     */
@@ -200,6 +201,7 @@
    /**
     * 查询单表数据
     *
     * @param tableName
     * @return
     */
@@ -207,4 +209,11 @@
    List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo);
    /**
     * 根据产线id获取设备状态列表
     *
     * @param productionId
     * @return
     */
    List<MdcEquipmentMonitor> getEquipmentMonitorList(String productionId);
}