add reports
This commit is contained in:
14
Models/HrDevelopment/progress_report.cs
Normal file
14
Models/HrDevelopment/progress_report.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user