add mtef report

This commit is contained in:
kamonwan taengsuk
2023-07-05 10:19:01 +07:00
parent b94dfc3b4a
commit 7d39937527
22 changed files with 4655 additions and 54 deletions

View File

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