GetNetActionPropertysQuery.cs 234 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 namespace Rcs.Application.MessageBus.Commands; /// <summary> /// 获取网络动作属性详情查询 /// @author zzy /// </summary> public class GetNetActionPropertysQuery : MessageBase { public Guid NetActionId { get; set; } }