GetAlarmLogQuery.cs 195 Bytes
namespace Rcs.Application.MessageBus.Commands;

/// <summary>
/// 查询报警日志详情
/// </summary>
public class GetAlarmLogQuery : MessageBase
{
    public Guid AlarmLogId { get; set; }
}