add is_bold

This commit is contained in:
kamonwan taengsuk
2023-06-14 13:40:28 +07:00
parent 76d3658e60
commit 138c21754f
6 changed files with 27 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ namespace rmutr_report.Models
public string expenditure_budget { get; set; }
public decimal? amount { get; set; }
public string clarification_summary { get; set; }
public bool? is_bold { get; set; }
// public List<operating_expenses_detail2> data_2 { get; set; }
}