add mtef report
This commit is contained in:
@@ -92,6 +92,8 @@ namespace rmutr_report.Models.Personnel
|
||||
public string remark { get; set; }
|
||||
public int? row { get; set; }
|
||||
[NotMapped] public bool? is_bold { get; set; }
|
||||
public int? topic_type { get; set; }
|
||||
|
||||
public List<t_personnel_expense_budget_detail_2> personnel_expense_budget_details_2 { get; set; }
|
||||
|
||||
}
|
||||
@@ -116,6 +118,8 @@ namespace rmutr_report.Models.Personnel
|
||||
public int? row { get; set; }
|
||||
[NotMapped] public bool? is_bold { get; set; }
|
||||
public bool? is_header { get; set; }
|
||||
public int? topic_type { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user