@using ContractService.Authorization @{ ViewBag.Title = "律所信息维护"; string activeMenu = PermissionNames.PagesLegalLawFirmMgLawyerMg; //The menu item will be active for this page. ViewBag.ActiveMenu = activeMenu; } @section css{ }
律所信息
@section scripts { }