using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AntMerchantExpandFrontcategorySecurityDeleteModel Data Structure. /// [Serializable] public class AntMerchantExpandFrontcategorySecurityDeleteModel : AopObject { /// /// 前台类目ID /// [XmlElement("front_category_id")] public string FrontCategoryId { get; set; } } }