using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Domain { /// /// AntMerchantExpandScodeEledeSignModel Data Structure. /// [Serializable] public class AntMerchantExpandScodeEledeSignModel : AopObject { /// /// 打标请求参数 /// [XmlArray("add_tag_request")] [XmlArrayItem("add_tag_request")] public List AddTagRequest { get; set; } } }