忽略dll文件git
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayFundTransDishonorQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayFundTransDishonorQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 查询退票起始时间:(大于等于),格式为yyyyMMdd。 用于查询退票起始日期00:00:00后发生的退票。 与refund_end差距不得大于15天。
|
||||
/// </summary>
|
||||
[JsonProperty("dishonor_begin")]
|
||||
public string DishonorBegin { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 查询退票截止时间:(小于),格式为yyyyMMdd。 用于查询退票截止日期24:00:00前发生的退票。 与refund_begin差距不得大于15天。
|
||||
/// </summary>
|
||||
[JsonProperty("dishonor_end")]
|
||||
public string DishonorEnd { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 查询页号。 必须是正整数。 默认值为1。
|
||||
/// </summary>
|
||||
[JsonProperty("page")]
|
||||
public string Page { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user