Files
rmutr_report/Models/HrDevelopment/progress_report.cs
kamonwan taengsuk 45037a9a80 add reports
2022-11-15 13:35:24 +07:00

14 lines
496 B
C#

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; }
}
}