@using ZoomLa.Common
@using ZoomLa.BLL
@using ZoomLa.Model
@model ZoomLa.Model.M_ClassRoom
@{
}
@section head{
@Call.SetBread(new Bread[] {
new Bread("{admin}"),
new Bread("Papers_System_Manage","教育模块"),
new Bread("ClassRoomManage","班级管理")
})
}
@section script{
}