using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AnttechBlockchainFinanceMylogisticfinsandboxMessagePublishModel Data Structure. /// [Serializable] public class AnttechBlockchainFinanceMylogisticfinsandboxMessagePublishModel : AopObject { /// /// 路由方法的参数 /// [XmlElement("data")] public string Data { get; set; } /// /// 方法路由 /// [XmlElement("method_name")] public string MethodName { get; set; } } }