ปรับโครงสร้างระบบ ให้รองรับ การไปช่วยปฏิบัติงาน

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-09 18:46:05 +07:00
parent fcc5146085
commit 2952c1fc2a
40 changed files with 2188 additions and 1176 deletions

View File

@@ -11,6 +11,18 @@ using TTSW.Common;
namespace TodoAPI2.Models
{
public class dept_mappingViewModel
{
public int? id { get; set; }
public int? id2 { get; set; }
public string full_dep { get; set; }
public string department_name { get; set; }
public string department_code { get; set; }
public int? parent_department_id { get; set; }
public int? sort_order { get; set; }
public int? department_degree_id { get; set; }
}
public class employee_leaveViewModel
{
public decimal? sum_day_sick_leave { get; set; }