GetNetActionPropertysQuery.cs 234 Bytes
namespace Rcs.Application.MessageBus.Commands;

/// <summary>
/// 获取网络动作属性详情查询
/// @author zzy
/// </summary>
public class GetNetActionPropertysQuery : MessageBase
{
    public Guid NetActionId { get; set; }
}