Skip to content

Commit

Permalink
增加数据集合消息编号注释
Browse files Browse the repository at this point in the history
  • Loading branch information
猿人易 committed May 10, 2024
1 parent 41257dd commit 9fca42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewLife.IoT/ThingModels/DataModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>数据集合</summary>
public class DataModels
{
/// <summary>消息编号</summary>
/// <summary>消息编号。适用于多人同时操作,同一任务需要服务器端多指令串行下发等场景</summary>
public Int64 Id { get; set; }

/// <summary>设备编码</summary>
Expand Down

0 comments on commit 9fca42a

Please sign in to comment.