DeleteNetActionPropertysCommand.cs 233 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 namespace Rcs.Application.MessageBus.Commands; /// <summary> /// 删除网络动作属性命令 /// @author zzy /// </summary> public class DeleteNetActionPropertysCommand : MessageBase { public Guid NetActionId { get; set; } }