Browse Source

修改通信数据类描述

yuzhengyang 6 years ago
parent
commit
206bebc2b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Azylee.Utils/Azylee.YeahWeb/SocketUtils/TcpUtils/TcpDataModel.cs

+ 1 - 1
Azylee.Utils/Azylee.YeahWeb/SocketUtils/TcpUtils/TcpDataModel.cs

@@ -22,7 +22,7 @@ namespace Azylee.YeahWeb.SocketUtils.TcpUtils
         /// </summary>
         public byte[] Data { get; set; }
         /// <summary>
-        /// 转换为 byte 数组
+        /// 将当前模型转换为 byte 数组
         /// </summary>
         /// <returns></returns>
         public byte[] ToByte()