未验证 提交 ae26e42c 编写于 作者: J Jeremy Wu 提交者: GitHub

Update AlarmDto.cs to fix typo

Update AlarmDto.cs to fix typo
上级 a41c1129
......@@ -23,7 +23,7 @@ namespace IoTSharp.Contracts
public string AlarmDetail { get; set; }
/// <summary>
/// 严重成都
/// 严重程度
/// </summary>
public ServerityLevel Serverity { get; set; } = ServerityLevel.Indeterminate;
......@@ -81,7 +81,7 @@ namespace IoTSharp.Contracts
public AlarmStatus AlarmStatus { get; set; }
/// <summary>
/// 严重成都
/// 严重程度
/// </summary>
public ServerityLevel Serverity { get; set; }
......@@ -113,4 +113,4 @@ namespace IoTSharp.Contracts
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册