ปรับโครงสร้างระบบ ให้รองรับ การไปช่วยปฏิบัติงาน
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user