忽略dll文件git
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayZmscoreZrankGetResponse.
|
||||
/// </summary>
|
||||
public class AlipayZmscoreZrankGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 芝麻分分段
|
||||
/// </summary>
|
||||
[JsonProperty("zm_score_zrank")]
|
||||
public AlipayZmScoreZrankResult ZmScoreZrank { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user