忽略dll文件git
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// KbadvertVoucherManual Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class KbadvertVoucherManual : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 说明
|
||||
/// </summary>
|
||||
[JsonProperty("details")]
|
||||
|
||||
public List<string> Details { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 标题
|
||||
/// </summary>
|
||||
[JsonProperty("title")]
|
||||
public string Title { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user