add report

This commit is contained in:
kamonwan taengsuk
2022-08-24 09:56:16 +07:00
parent 90139d9c12
commit a2d85ea320
11 changed files with 167 additions and 10 deletions

12
Models/budget_report.cs Normal file
View File

@@ -0,0 +1,12 @@
namespace rmutr_report.Models
{
public class budget_report
{
public string fac { get; set; }
public string salaya { get; set; }
public string bophitphimuk { get; set; }
public string pohchang { get; set; }
public string klai_kangwon { get; set; }
public string total { get; set; }
}
}