You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB
C#

2 months ago
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.lmm.Collection.Model.StationInformation.StationPerformanceReporting.GetActiveFaults
* 45B866F0-DBF0-4DAC-8742-B2644E8115FC
*
* WenJY
*
* 2025-10-20 13:32:54
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace Sln.Iot.Model.api.StationInformation.StationPerformanceReporting.GetActiveFaults
{
/// <summary>
/// 5.4.4.1.5 - 查询当前有无错误
/// 上端系統會發送一個查詢目前設備當前有無錯誤的請求,設備需進行即時的響應
/// MessageBody 为空值
/// </summary>
public class GetActiveFaultsRequest
{
}
}