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