bug fixed

This commit is contained in:
kamonwan taengsuk
2023-01-24 14:34:31 +07:00
parent d6b31e50bb
commit de55e3e456

View File

@@ -16,10 +16,10 @@ namespace rmutr_report.Models
public string student { get; set; } public string student { get; set; }
// public string code { get; set; } // public string code { get; set; }
// public string major { get; set; } // public string major { get; set; }
public string salaya { get; set; } public decimal? salaya { get; set; }
public string bophitphimuk { get; set; } public decimal? bophitphimuk { get; set; }
public string pohchang { get; set; } public decimal? pohchang { get; set; }
public string klai_kangwon { get; set; } public decimal? klai_kangwon { get; set; }
public decimal? sum_science { get; set; } public decimal? sum_science { get; set; }
public decimal? sum_social { get; set; } public decimal? sum_social { get; set; }
public decimal? cost_science { get; set; } public decimal? cost_science { get; set; }