侧边栏产品管理列表
@Html.Action("ToolBarNew", "Control", new
{
tool = ViewBag.ToolBar as ToolBar,
})
@using WX.CRM.WebHelper @using WX.CRM.IBLL.Res; @using WX.CRM.Model.Entity; @{ ViewBag.Title = "产品活动管理"; Layout = "~/Views/Shared/_content.cshtml"; }