ソースを参照

修改通信数据类描述

yuzhengyang 6 年 前
コミット
206bebc2b0

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

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