Files
rmutr_report/Models/budget_report.cs
kamonwan taengsuk a2d85ea320 add report
2022-08-24 09:56:16 +07:00

12 lines
344 B
C#

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; }
}
}