This commit is contained in:
kamonwan taengsuk
2023-07-03 12:11:39 +07:00
parent 0ddbe2fdde
commit b94dfc3b4a
7 changed files with 784 additions and 760 deletions

View File

@@ -5,6 +5,8 @@ namespace rmutr_report.Models
public class budget_government_allocate
{
public string budget_year { get; set; }
public string report_name { get; set; }
//รวมทั้งสิ้นบรรทัดแรก
public decimal? total_budget_personnel { get; set; }
public decimal? total_budget_operating{ get; set; }