|
@@ -1,5 +1,5 @@
|
|
|
@using MySystem.BsModels;
|
|
@using MySystem.BsModels;
|
|
|
-@{SysAdmin editData = ViewBag.data as SysAdmin;}
|
|
|
|
|
|
|
+@{SysAdminNew editData = ViewBag.data as SysAdminNew;}
|
|
|
@{
|
|
@{
|
|
|
string RightInfo = ViewBag.RightInfo as string;
|
|
string RightInfo = ViewBag.RightInfo as string;
|
|
|
string right = ViewBag.right as string;
|
|
string right = ViewBag.right as string;
|