add reports

This commit is contained in:
kamonwan taengsuk
2022-11-15 13:35:24 +07:00
parent 8a5101cfa9
commit 45037a9a80
9 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
namespace rmutr_report.Models.HrDevelopment
{
public class progress_report
{
public string display_name_th { get; set; }
public string faculty_name { get; set; }
public string research { get; set; }
public string collection_academic_text { get; set; }
public string start_end_date1 { get; set; }
public string start_end_date2 { get; set; }
public string start_end_date3 { get; set; }
public string note { get; set; }
}
}