忽略dll文件git
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// CraftsmanAssessment Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class CraftsmanAssessment : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 子评分项
|
||||
/// </summary>
|
||||
[JsonProperty("sub_assessments")]
|
||||
|
||||
public List<CraftsmanSubAssessment> SubAssessments { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单个手艺人的评价总条数。
|
||||
/// </summary>
|
||||
[JsonProperty("total_no")]
|
||||
public long TotalNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单个手艺人的总评分的均分
|
||||
/// </summary>
|
||||
[JsonProperty("total_score")]
|
||||
public long TotalScore { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user