@model ZoomLa.SQLDAL.SQL.PageSetting
@{
int type = ViewBag.type;
}
@section head{
财务流水 }
@section content{
@Call.SetBread(new Bread[] {
new Bread("{admin}"),
new Bread(Call.PA("User/UserManage"),@L.会员管理),
new Bread(Context.Request.RawUrl(),@L.财务流水)
})
}
@section script{
}