忽略dll文件git
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// QueryComplexLabelRule Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class QueryComplexLabelRule : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 标签id
|
||||
/// </summary>
|
||||
[JsonProperty("label_id")]
|
||||
public string LabelId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 标签名
|
||||
/// </summary>
|
||||
[JsonProperty("label_name")]
|
||||
public string LabelName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当有多个取值时用英文","分隔,不允许传入下划线"_"、竖线"|"或者空格" "
|
||||
/// </summary>
|
||||
[JsonProperty("label_value")]
|
||||
public string LabelValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 运算符
|
||||
/// </summary>
|
||||
[JsonProperty("operator")]
|
||||
public string Operator { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user