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