using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayBossProdArrangementOfflineQueryResponse. /// public class AlipayBossProdArrangementOfflineQueryResponse : AopResponse { /// /// 商户的签约状态 /// [XmlElement("sign_status")] public string SignStatus { get; set; } } }