lyh
2025-04-17 990ad5f6db0bb3ad5a3795e77c5d6f3971c12ff3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/IDeviceManagementService.java
@@ -66,4 +66,11 @@
     * @return
     */
    List<DeviceManagement> getDeviceManagementListByProductionId(String productionId);
    /**
     * 通过id查询设备列表信息
     * @param id
     * @return
     */
    List<MdcEquipment> getEquipmentListById(String id);
}