ปรับปรุงรายงาน

This commit is contained in:
nakorn
2021-11-17 15:20:33 +07:00
parent afc4429e63
commit b6e27e9f12
3 changed files with 36 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ namespace TodoAPI2.Models
public string supervisor1A_position { get; set; }
public string supervisor2A_fullname { get; set; }
public string supervisor2A_position { get; set; }
public string supervisor3A_fullname { get; set; }
public string supervisor3A_position { get; set; }
public string leave_period { get; set; }
public string main_dept { get; set; }
public int? selected_round { get; set; }
@@ -66,6 +68,8 @@ namespace TodoAPI2.Models
public string eva_detail_remark { get; set; }
public string print_dt { get; set; }
}
}