忽略dll文件git
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayUserTradeSearchResponse.
|
||||
/// </summary>
|
||||
public class AlipayUserTradeSearchResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 总页数
|
||||
/// </summary>
|
||||
[JsonProperty("total_pages")]
|
||||
public string TotalPages { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 总记录数
|
||||
/// </summary>
|
||||
[JsonProperty("total_results")]
|
||||
public string TotalResults { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 交易记录列表
|
||||
/// </summary>
|
||||
[JsonProperty("trade_records")]
|
||||
|
||||
public List<TradeRecord> TradeRecords { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user