This commit is contained in:
kamonwan taengsuk
2022-07-22 20:22:02 +07:00
parent bab51f082f
commit 99c97bf4a5
20 changed files with 682 additions and 67 deletions

View File

@@ -10,10 +10,11 @@ using FastReport.Export.Pdf;
using Microsoft.AspNetCore.Mvc;
using rmutr_report.Models;
using rmutr_report.Models.Hr;
using Swashbuckle.AspNetCore.Annotations;
namespace rmutr_report.Controllers
{
[SwaggerTag("สำหรับรายงาน HR")]
public class PersonnelController : Controller
{
readonly Setting _setting;