@model ZoomLa.Model.Shop.M_Shop_FareTlp @section head {运费模板} @section content{ @Call.SetBread( new Bread[] { new Bread("{admin}"), new Bread("DeliverType","运费模板"), new Bread(){url=Context.Request.RawUrl(), text="模板信息"} })
@Html.Partial(MVCHelper.ViewDir_Admin+"Shop/Exp/DeliverAdd_Page.cshtml")
} @section script{ }