@using ZoomLa.Model @model ZoomLa.SQLDAL.SQL.PageSetting @{ int QType = ViewBag.QType; M_Exam_Sys_Papers paperMod = (M_Exam_Sys_Papers)ViewBag.paperMod; } @section head{试卷题目管理 } @section content{
@Html.Partial("Paper_QuestionManage_List", Model)
} @section script{ }