bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-29 16:10:30 +07:00
parent fce87e9159
commit 7206c9858e
4 changed files with 13 additions and 11 deletions

View File

@@ -29,6 +29,7 @@ namespace rmutr_report.Models.RoThree
public class teaching_fee_ro_three_data
{
public string display_name { get; set; }
public string subject_name_th { get; set; }
public string position { get; set; }
public decimal? disbursement_result { get; set; }
public decimal? number_of_hours_ba_1 { get; set; }