@using WX.CRM.IBLL.Res; @using WX.CRM.Model.Entity; @{ ViewBag.Title = "分配规则列表"; Layout = "~/Views/Shared/_content.cshtml"; }
@{ if (string.IsNullOrEmpty(Request["sgid"])) { } else { var gid = decimal.Parse(Request["sgid"].ToString()); } }
已选择0