This commit is contained in:
kamonwan taengsuk
2023-06-19 14:54:43 +07:00
parent f719a1a22f
commit 9fa37c4819
2 changed files with 7 additions and 8 deletions

View File

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