liusuyi
2026-05-14 9958bc1501d0daee954d9bba383475e55e24ebab
ard-modules/ard-modules-work/src/main/java/com/ard/work/device/channel/service/IArdChannelService.java
@@ -1,5 +1,6 @@
package com.ard.work.device.channel.service;
import com.ard.qs.api.domain.QsDevice;
import com.ard.work.api.domian.ArdChannel;
import java.util.List;
@@ -20,6 +21,13 @@
    public ArdChannel selectArdChannelById(String id);
    /**
     * 根据设备id集合查询设备信息
     *
     * @param startChannelIdList 设备id集合
     * @return
     */
    public List<ArdChannel> queryByIds(List<String> startChannelIdList);
    /**
     * 查询通道管理列表
     *
     * @param ardChannel 通道管理