Commit f6b4fb72 authored by 黄奎's avatar 黄奎

页面修改

parent 0c562a52
......@@ -24,5 +24,7 @@ namespace EduSpider.Model.Entity
/// 开始时间
/// </summary>
public int beginTime { get; set; }
}
}
......@@ -54,6 +54,8 @@ namespace EduSpider.Spiders.ClassInRule
{
courseId = courseObj.GetInt("courseId"),
courseName=courseObj.GetString("courseName"),
beginTime=courseObj.GetInt("beginTime"),
});
}
}
......
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