1234567891011121314151617 |
- using System;
- using System.Xml.Serialization;
- namespace Aop.Api.Response
- {
- /// <summary>
- /// AlipaySamsungPucChargeResponse.
- /// </summary>
- public class AlipaySamsungPucChargeResponse : AopResponse
- {
- /// <summary>
- /// zhijiefanhui yemian
- /// </summary>
- [XmlElement("page_retrun")]
- public string PageRetrun { get; set; }
- }
- }
|