add reports
This commit is contained in:
@@ -36,6 +36,7 @@ namespace rmutr_report.Models.Personnel
|
||||
public string major { get; set; }
|
||||
public string qualification { get; set; }
|
||||
public DateTime? start_date { get; set; }
|
||||
public string start_dates { get; set; }
|
||||
public decimal? salary_rate { get; set; }
|
||||
public decimal? increase_cost_of_living { get; set; }
|
||||
public decimal? social_security { get; set; }
|
||||
@@ -44,6 +45,10 @@ namespace rmutr_report.Models.Personnel
|
||||
public decimal? total_expenses_per_year { get; set; }
|
||||
|
||||
public string department { get; set; }
|
||||
public int? row_no { get; set; }
|
||||
public int? topic_type { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class t_personnel_statement_detail_2
|
||||
@@ -57,6 +62,7 @@ namespace rmutr_report.Models.Personnel
|
||||
public string major { get; set; }
|
||||
public string qualification { get; set; }
|
||||
public DateTime? start_date { get; set; }
|
||||
public string start_dates { get; set; }
|
||||
public decimal? salary_rate { get; set; }
|
||||
public decimal? increase_cost_of_living { get; set; }
|
||||
public decimal? social_security { get; set; }
|
||||
@@ -66,5 +72,8 @@ namespace rmutr_report.Models.Personnel
|
||||
|
||||
public string department { get; set; }
|
||||
public int? row { get; set; }
|
||||
public int? row_no { get; set; }
|
||||
public int? topic_type { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user