using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayMarketingCashvoucherTemplateModifyResponse. /// public class AlipayMarketingCashvoucherTemplateModifyResponse : AopResponse { /// /// 模板修改时的状态,I表示草稿状态所有入参都修改了,S表示生效状态仅修改了publish_end_time /// [XmlElement("status")] public string Status { get; set; } } }