DeleteNetActionPropertysCommand.cs 233 Bytes
namespace Rcs.Application.MessageBus.Commands;

/// <summary>
/// 删除网络动作属性命令
/// @author zzy
/// </summary>
public class DeleteNetActionPropertysCommand : MessageBase
{
    public Guid NetActionId { get; set; }
}