update
This commit is contained in:
@@ -58,6 +58,25 @@ namespace rmutr_report.Models.Graph
|
||||
public int? quantity_person_return { get; set; }
|
||||
|
||||
}
|
||||
public class academic_position_leave_graph
|
||||
{
|
||||
public string year { get; set; }
|
||||
public string position_name { get; set; }
|
||||
public string faculty_name { get; set; }
|
||||
public string type_increase_academic_knowledge { get; set; }
|
||||
public int? quantity_person { get; set; }
|
||||
}
|
||||
|
||||
public class summary_academic_position_leave_graph
|
||||
{
|
||||
public string year { get; set; }
|
||||
public string faculty_name { get; set; }
|
||||
public string major_name { get; set; }
|
||||
public string type_increase_academic_knowledge { get; set; }
|
||||
public int? quantity_person_faculty { get; set; }
|
||||
public int? quantity_person_major { get; set; }
|
||||
public int? quantity_person_type_leave { get; set; }
|
||||
}
|
||||
}
|
||||
// public class passer_join_project_agency_graph
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user