忽略dll文件git
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayUserCertDocPassport Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayUserCertDocPassport : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// base64编码后的主页照片
|
||||
/// </summary>
|
||||
[JsonProperty("encoded_img")]
|
||||
public string EncodedImg { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 失效日期
|
||||
/// </summary>
|
||||
[JsonProperty("expire_date")]
|
||||
public string ExpireDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 姓氏,拼音
|
||||
/// </summary>
|
||||
[JsonProperty("family_name")]
|
||||
public string FamilyName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 名,拼音
|
||||
/// </summary>
|
||||
[JsonProperty("given_name")]
|
||||
public string GivenName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 证件号码
|
||||
/// </summary>
|
||||
[JsonProperty("number")]
|
||||
public string Number { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user