ส่ง code แก้ไข OP Change Request 18 ข้อ

This commit is contained in:
Nakorn Rientrakrunchai
2020-05-24 00:33:22 +07:00
parent 017a29c136
commit eea05beb69
81 changed files with 1047 additions and 312 deletions

View File

@@ -28,37 +28,27 @@ namespace TodoAPI2.Models
public class external_employeeViewModel
{
public int id { get; set; }
public string position_number { get; set; }
public string position_name { get; set; }
public string fullname { get; set; }
public string halfname { get; set; }
public int? employee_type_id { get; set; }
public int? position_id { get; set; }
public int? position_type_id { get; set; }
public string position_type_name { get; set; }
public string user_email { get; set; }
public int? user_id { get; set; }
public int? department_id { get; set; }
public string department_name { get; set; }
public string department_code { get; set; }
public decimal? salary { get; set; }
public string employee_type_name { get; set; }
public string employee_no { get; set; }
public int? position_level_id { get; set; }
public string position_level_text { get; set; }
public DateTime? packing_date { get; set; }
public int? department_degree_id { get; set; }
public string remark_hrm_work_record { get; set; }
public int? worked_month // ทำงานมาแล้วกี่เดือน
{