เพิ่มฟิลเพื่อรองรับการจัดข้อมูลเก่า

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-21 21:44:54 +07:00
parent 60eec3b098
commit 1b60be5236
21 changed files with 813 additions and 9 deletions

View File

@@ -36,6 +36,8 @@ namespace TodoAPI2.Models
List<external_linkageViewModel> GetFiscalYear2();
List<external_linkageViewModel> GetThaiMonth();
string GetMainDept(int? dep_id);
List<external_linkageViewModel> GetSalaryReportType();
}
}