忽略dll文件git
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoCplifeBillBatchUploadResponse.
|
||||
/// </summary>
|
||||
public class AlipayEcoCplifeBillBatchUploadResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 成功导入所有条目集合中的条目,则回传请求中的批次号
|
||||
/// </summary>
|
||||
[JsonProperty("batch_id")]
|
||||
public string BatchId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user