Files
zszq-trs/YLErpWeb/Views/System/SynUser.cshtml
T
2024-05-09 14:06:26 +08:00

13 lines
161 B
Plaintext

@model string
@{
ViewBag.Title = "Syn";
}
<h2>Syn</h2>
@using (Html.BeginForm())
{
<input type="submit" value="更新部门和用户" />
}<br />
@Model