PSTW_CentralizeSystem/Areas/OTcalculate/Views/Overtime/EditOvertime.cshtml
2025-04-09 17:30:56 +08:00

6 lines
151 B
Plaintext

@{
ViewData["Title"] = "Records Overtime";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers