add is_bold
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user