using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
///
/// AntMerchantExpandScodeEledeUnsignModel Data Structure.
///
[Serializable]
public class AntMerchantExpandScodeEledeUnsignModel : AopObject
{
///
/// 去标请求
///
[XmlArray("remove_tag_request")]
[XmlArrayItem("remove_tag_request")]
public List RemoveTagRequest { get; set; }
}
}