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.

39 lines
1.2 KiB
C#

2 months ago
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.lmm.Collection.Model.StationInformation.StationPerformanceReporting.StationOnline
* 3CAD514C-975F-4502-86ED-30E78B20E881
*
* WenJY
*
* 2025-10-20 13:41:34
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace Sln.Iot.Model.api.StationInformation.StationPerformanceReporting.StationOnline
{
/// <summary>
/// 5.4.4.1.8 - 设备在线事件
/// 设备上线时上报
/// </summary>
public class StationOnline
{
/// <summary>
/// 設備離線的時間記錄若無法得知離線的總時間須顯示”unknown”而 非”null”
/// </summary>
public DateTime OfflineDuration{get;set;}
}
}