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

This commit is contained in:
kamonwan taengsuk
2023-09-04 15:31:14 +07:00
parent 1f02279f23
commit 63e37bf98d
3 changed files with 9 additions and 3 deletions

View File

@@ -388,6 +388,7 @@ namespace rmutr_report.Models
public string text8 { get; set; }
public string text9 { get; set; }
public string text10 { get; set; }
public string text11 { get; set; }
public string bath { get; set; }
public string nuai_nap { get; set; }
public string khrang1 { get; set; }
@@ -395,6 +396,7 @@ namespace rmutr_report.Models
public string khrang3 { get; set; }
public string rueang { get; set; }
public string clause1 { get; set; }
public string budget_unit_name_th { get; set; }
public string count_quantitative { get; set; }
public string count_unit { get; set; }
public string count_project { get; set; }