using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayMsaasMediarecogMmtcaftscvTemplateApplyModel Data Structure. /// [Serializable] public class AlipayMsaasMediarecogMmtcaftscvTemplateApplyModel : AopObject { /// /// 模板编号 /// [XmlElement("template_id")] public string TemplateId { get; set; } } }