16 lines
293 B
C#
16 lines
293 B
C#
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
|
|
{
|
|
}
|
|
}
|