zhangherong
5 天以前 bcd90314646203b32f73c89c1c2f89eaa96e2c9f
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/service/IEamEquipmentService.java
@@ -37,6 +37,13 @@
    List<EamEquipmentTree> loadTreeListByProductionIds(String ids);
    /**
     * 获取EAM中心下的设备信息
     * @param ids EAM中心ids
     * @return
     */
    List<EamEquipmentTree> loadTreeListByEamCenterIds(String ids);
    /**
     * 设备台账分页查询
     * @param page
     * @param eamEquipment
@@ -65,4 +72,9 @@
     * @return
     */
    List<EamEquipment> exportList(EamEquipmentQuery eamEquipment);
    /**
     * 获取可生成技术鉴定工单的设备列表
     */
    List<EamEquipment> selectTechnicalEquipmentList();
}