zhangherong
2 天以前 63c9ec27a1f717cff8b36ad7db23d56e41dfae8f
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
@@ -50,7 +57,7 @@
     * @param pageSize
     * @return
     */
    List<EquipmentSearchResult> asyncLoadEquipment(String keyword, Integer pageSize, String id);
    List<EquipmentSearchResult> asyncLoadEquipment(String keyword, Integer pageSize, String id, String factoryOrgCode);
    /**
     * 查询设备信息
@@ -58,4 +65,16 @@
     * @return
     */
    EamEquipment selectByEquipmentCode(String equipmentCode);
    /**
     * 设备台账导出
     * @param eamEquipment
     * @return
     */
    List<EamEquipment> exportList(EamEquipmentQuery eamEquipment);
    /**
     * 获取可生成技术鉴定工单的设备列表
     */
    List<EamEquipment> selectTechnicalEquipmentList();
}