+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @using (Html.BeginForm("Create", "<#=tableName#>", FormMethod.Post, new { @class = "form-horizontal" }))
+ {
+ @Html.AntiForgeryToken()
+
+
+
+
+
+
+ }
+
+
+
+ @Html.ActionLink("返回", "Index", "<#=tableName#>", null, new { @class = "btn btn-default" })
+
+
+