16 lines
293 B
C#
Raw Normal View History

2025-04-29 23:55:53 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.DataChannels
{
/// <summary>
/// 数据通道管理服务
/// </summary>
public interface IDataChannelManageService
{
}
}