Commit 6540d2da authored by 黄奎's avatar 黄奎

页面修改

parent 7f8c4718
......@@ -10,14 +10,13 @@ namespace EduSpider.Model.Extend
/// </summary>
public class RB_Exam_Score_Extend : RB_Exam_Score
{
<<<<<<< HEAD
/// <summary>
/// 考试名称
/// </summary>
public string ExamName { get; set; }
=======
public List<ExamQScoreModel> ScoreList { get; set; }
>>>>>>> 6d0347e0f3f9e8ee506c9ab8673669368baa27d7
/// <summary>
/// 考试导入时间
......@@ -28,7 +27,8 @@ namespace EduSpider.Model.Extend
/// <summary>
/// 学生单项分数
/// </summary>
public class ExamQScoreModel {
public class ExamQScoreModel
{
/// <summary>
/// 题号
/// </summary>
......
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