fix topic type
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-08-23 15:37:18 +07:00
parent 5d6843f33e
commit a8a3ca622f
16 changed files with 102 additions and 63 deletions

View File

@@ -21,6 +21,8 @@ namespace rmutr_report.Models
public int? row_no4 { get; set; }
public int? row_no5 { get; set; }
public int? row_no6 { get; set; }
public int? row_no7 { get; set; }
public int? row_no8 { get; set; }
public string topic { get; set; }
public string qualification { get; set; }
public string unit { get; set; }
@@ -43,6 +45,8 @@ namespace rmutr_report.Models
public string topic13 { get; set; }
public string topic14 { get; set; }
public string topic15 { get; set; }
public string topic16 { get; set; }
public string topic17 { get; set; }
public decimal? amount1 { get; set; }
public decimal? amount2 { get; set; }
public decimal? amount3 { get; set; }
@@ -60,6 +64,8 @@ namespace rmutr_report.Models
public decimal? amount15 { get; set; }
public decimal? amount16 { get; set; }
public decimal? amount17 { get; set; }
public decimal? amount18 { get; set; }
public decimal? amount19 { get; set; }
public string text1 { get; set; }
public string text2 { get; set; }
public string text3 { get; set; }
@@ -82,6 +88,8 @@ namespace rmutr_report.Models
public string text20 { get; set; }
public string text21 { get; set; }
public string text22 { get; set; }
public string text23 { get; set; }
public string text24 { get; set; }
//public string line { get; set; }
}
}