忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// BeaconTemplate Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class BeaconTemplate : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 模板参数信息
|
||||
/// </summary>
|
||||
[JsonProperty("context")]
|
||||
public string Context { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 模板ID
|
||||
/// </summary>
|
||||
[JsonProperty("templateid")]
|
||||
public string Templateid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user