using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayEcoContractSignflowsCreateResponse. /// public class AlipayEcoContractSignflowsCreateResponse : AopResponse { /// /// 电子合同流程id(需记录到业务系统中,后续相关服务调用都基于此ID) /// [XmlElement("flow_id")] public string FlowId { get; set; } } }