๊Update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-06-18 18:45:05 +07:00
parent 0a4fd17b65
commit 14cf3e4081
4 changed files with 12 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ namespace rmutr_report.Models
// public string agency { get; set; }
// public string area { get; set; }
public string text { get; set; }
public string faculty_name_th { get; set; }
public string budget_location_name_th { get; set; }
public string request_year { get; set; }
public decimal? total_amount { get; set; }
public List<operating_expenses_detail> data { get; set; }