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.

41 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.HandleFault
* F040049C-5AC9-4D97-96B0-DE8B89C4B583
*
* WenJY
*
* 2025-10-16 14:46:15
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
using Sln.Iot.Model.api.BaseModel;
namespace Sln.Iot.Model.api.StationInformation.StationPerformanceReporting.HandleFault
{
/// <summary>
/// 5.4.4.1.4 - 处理故障响应
/// 设备对远程处理请求的响应
/// </summary>
public class HandleFaultResponse
{
/// <summary>
/// 请求结果
/// </summary>
public RequestResult Result { get; set; }
}
}