move file
This commit is contained in:
18
Models/budget/budget_report.cs
Normal file
18
Models/budget/budget_report.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
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; }
|
||||
public int? sum1 { get; set; }
|
||||
public int? sum2 { get; set; }
|
||||
public int? sum3 { get; set; }
|
||||
public int? sum4 { get; set; }
|
||||
public int? sum5 { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user