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

This commit is contained in:
kamonwan taengsuk
2024-08-20 14:17:25 +07:00
parent db320cf03d
commit 1301ecaeca
14 changed files with 34 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ namespace rmutr_report.Models
public string budget_year { get; set; }
public string date_range { get; set; }
public string faculty { get; set; }
public string branch_name { get; set; }
public List<estimate_income_expenses_detail> data_1 { get; set; }
}