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