Commit 91b02498 authored by 黄奎's avatar 黄奎

新增注释

parent 4f9a08e9
......@@ -140,15 +140,29 @@ namespace EduSpider.Model.Entity
/// </summary>
public DateTime update_time { get; set; }
/// <summary>
/// 打回订正人数
/// </summary>
public int ref_num { get; set; }
/// <summary>
/// 已订正人数
/// </summary>
public int refc_num { get; set; }
/// <summary>
/// 平均分
/// </summary>
public decimal av_score { get; set; }
/// <summary>
/// 最高分
/// </summary>
public decimal max_score { get; set; }
/// <summary>
/// 最低分
/// </summary>
public decimal min_score { get; set; }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment