update total

This commit is contained in:
kamonwan taengsuk
2022-08-25 11:19:09 +07:00
parent 429a4ceb7a
commit a34adce608
5 changed files with 47 additions and 3 deletions

View File

@@ -8,5 +8,11 @@ namespace rmutr_report.Models
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; }
}
}