ConnectConfig.cs 278 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Net;
  5. using System.Text;
  6. namespace Wit.SDK.Modular.Sensor.Modular.Connector.Entity
  7. {
  8. /// <summary>
  9. /// 连接配置
  10. /// </summary>
  11. public interface IConnectConfig
  12. {
  13. }
  14. }