忽略dll文件git
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayZmScoreZrankResult Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayZmScoreZrankResult : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 芝麻分分段 Z0-Z7
|
||||
/// </summary>
|
||||
[JsonProperty("zrank")]
|
||||
public string Zrank { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user