忽略dll文件git
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEbppProdmodeTasknodeQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEbppProdmodeTasknodeQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 任务编号
|
||||
/// </summary>
|
||||
[JsonProperty("task_id")]
|
||||
public string TaskId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user