NewGaoKaoApi/PaymentSDK/AliPay/Parser/CertItem.cs

10 lines
205 B
C#

namespace Aop.Api.Parser
{
public class CertItem
{
public string SignSourceDate { get; set; }
public string Sign { get; set; }
public string CertSN { get; set; }
}
}