初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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