add reports

This commit is contained in:
kamonwan taengsuk
2022-11-09 14:30:14 +07:00
parent 5f7eaefaa5
commit c8b82d1508
11 changed files with 936 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ namespace rmutr_report.Models.Hrregister
public string insignia_return { get; set; }
public string insignia_return_date { get; set; }
public string note { get; set; }
public string academic_knowledge { get; set; }
}
}