hyingbo
2025-07-25 ab6ed92b27dab771202620a6e44779660570748d
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/service/IEamEquipmentService.java
@@ -45,4 +45,11 @@
     * @return
     */
    List<EquipmentSearchResult> asyncLoadEquipment(String keyword, Integer pageSize, String id);
    /**
     * 查询设备信息
     * @param equipmentCode
     * @return
     */
    EamEquipment selectByEquipmentCode(String equipmentCode);
}