1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Net;
- using System.Text;
- namespace Wit.SDK.Modular.Sensor.Modular.Connector.Entity
- {
- /// <summary>
- /// 连接配置
- /// </summary>
- public interface IConnectConfig
- {
- }
- }
|