This commit is contained in:
@@ -46,6 +46,7 @@ namespace rmutr_report.Models
|
||||
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
||||
public List<sixteenth_data> sixteenth { get; set; } //ข้อ 16
|
||||
public List<sixteenth_data_detail> sixteenths { get; set; } //ข้อ 16 detail ตาราง
|
||||
|
||||
public List<seventeenth_data> seventeenth { get; set; } //ข้อ 17
|
||||
public int? count_day { get; set; } //ข้อ 18
|
||||
public string text3 { get; set; } //ข้อ 18
|
||||
@@ -132,60 +133,65 @@ namespace rmutr_report.Models
|
||||
{
|
||||
public string activity_table { get; set; }
|
||||
public List<sixteenth_data_details> sixteenths2 { get; set; }
|
||||
public decimal? salaya_total { get; set; }
|
||||
public decimal? bophitphimuk_total { get; set; }
|
||||
public decimal? pohchang_total { get; set; }
|
||||
public decimal? klai_kangwon_total { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class sixteenth_data_details
|
||||
{
|
||||
|
||||
public decimal? salaya_executive { get; set; }
|
||||
public decimal? bophitphimuk_executive { get; set; }
|
||||
public decimal? pohchang_executive { get; set; }
|
||||
public decimal? klai_kangwon_executive { get; set; }
|
||||
public decimal? salaya_teacher { get; set; }
|
||||
public decimal? bophitphimuk_teacher { get; set; }
|
||||
public decimal? pohchang_teacher { get; set; }
|
||||
public decimal? klai_kangwon_teacher { get; set; }
|
||||
public decimal? salaya_officer { get; set; }
|
||||
public decimal? bophitphimuk_officer { get; set; }
|
||||
public decimal? pohchang_officer { get; set; }
|
||||
public decimal? klai_kangwon_officer { get; set; }
|
||||
public decimal? salaya_internal_student { get; set; }
|
||||
public decimal? bophitphimuk_internal_student { get; set; }
|
||||
public decimal? pohchang_internal_student { get; set; }
|
||||
public decimal? klai_kangwon_internal_student { get; set; }
|
||||
public decimal? salaya_external_student{ get; set; }
|
||||
public decimal? bophitphimuk_external_student { get; set; }
|
||||
public decimal? pohchang_external_student { get; set; }
|
||||
public decimal? klai_kangwon_external_student { get; set; }
|
||||
public decimal? salaya_person { get; set; }
|
||||
public decimal? bophitphimuk_person { get; set; }
|
||||
public decimal? pohchang_person{ get; set; }
|
||||
public decimal? klai_kangwon_person { get; set; }
|
||||
public decimal? salaya_lecturer { get; set; }
|
||||
public decimal? bophitphimuk_lecturer { get; set; }
|
||||
public decimal? pohchang_lecturer { get; set; }
|
||||
public decimal? klai_kangwon_lecturer{ get; set; }
|
||||
public string target_group { get; set; }
|
||||
public decimal? salaya { get; set; }
|
||||
public decimal? bophitphimuk{ get; set; }
|
||||
public decimal? pohchang{ get; set; }
|
||||
public decimal? klai_kangwon{ get; set; }
|
||||
// public decimal? salaya_teacher { get; set; }
|
||||
// public decimal? bophitphimuk_teacher { get; set; }
|
||||
// public decimal? pohchang_teacher { get; set; }
|
||||
// public decimal? klai_kangwon_teacher { get; set; }
|
||||
// public decimal? salaya_officer { get; set; }
|
||||
// public decimal? bophitphimuk_officer { get; set; }
|
||||
// public decimal? pohchang_officer { get; set; }
|
||||
// public decimal? klai_kangwon_officer { get; set; }
|
||||
// public decimal? salaya_internal_student { get; set; }
|
||||
// public decimal? bophitphimuk_internal_student { get; set; }
|
||||
// public decimal? pohchang_internal_student { get; set; }
|
||||
// public decimal? klai_kangwon_internal_student { get; set; }
|
||||
// public decimal? salaya_external_student{ get; set; }
|
||||
// public decimal? bophitphimuk_external_student { get; set; }
|
||||
// public decimal? pohchang_external_student { get; set; }
|
||||
// public decimal? klai_kangwon_external_student { get; set; }
|
||||
// public decimal? salaya_person { get; set; }
|
||||
// public decimal? bophitphimuk_person { get; set; }
|
||||
// public decimal? pohchang_person{ get; set; }
|
||||
// public decimal? klai_kangwon_person { get; set; }
|
||||
// public decimal? salaya_lecturer { get; set; }
|
||||
// public decimal? bophitphimuk_lecturer { get; set; }
|
||||
// public decimal? pohchang_lecturer { get; set; }
|
||||
// public decimal? klai_kangwon_lecturer{ get; set; }
|
||||
|
||||
public decimal? salaya_board { get; set; }
|
||||
public decimal? bophitphimuk_board { get; set; }
|
||||
public decimal? pohchang_board { get; set; }
|
||||
public decimal? klai_kangwon_board { get; set; }
|
||||
// public decimal? salaya_board { get; set; }
|
||||
// public decimal? bophitphimuk_board { get; set; }
|
||||
// public decimal? pohchang_board { get; set; }
|
||||
// public decimal? klai_kangwon_board { get; set; }
|
||||
//
|
||||
// public decimal? salaya_driver { get; set; }
|
||||
// public decimal? bophitphimuk_driver { get; set; }
|
||||
// public decimal? pohchang_driver { get; set; }
|
||||
// public decimal? klai_kangwon_driver{ get; set; }
|
||||
//
|
||||
// public decimal? salaya_other { get; set; }
|
||||
// public decimal? bophitphimuk_other { get; set; }
|
||||
// public decimal? pohchang_other { get; set; }
|
||||
// public decimal? klai_kangwon_other { get; set; }
|
||||
|
||||
public decimal? salaya_driver { get; set; }
|
||||
public decimal? bophitphimuk_driver { get; set; }
|
||||
public decimal? pohchang_driver { get; set; }
|
||||
public decimal? klai_kangwon_driver{ get; set; }
|
||||
|
||||
public decimal? salaya_other { get; set; }
|
||||
public decimal? bophitphimuk_other { get; set; }
|
||||
public decimal? pohchang_other { get; set; }
|
||||
public decimal? klai_kangwon_other { get; set; }
|
||||
|
||||
public decimal? salaya_total { get; set; }
|
||||
public decimal? bophitphimuk_total { get; set; }
|
||||
public decimal? pohchang_total { get; set; }
|
||||
public decimal? klai_kangwon_total { get; set; }
|
||||
// public decimal? salaya_total { get; set; }
|
||||
// public decimal? bophitphimuk_total { get; set; }
|
||||
// public decimal? pohchang_total { get; set; }
|
||||
// public decimal? klai_kangwon_total { get; set; }
|
||||
}
|
||||
|
||||
public class seventeenth_data
|
||||
|
||||
Reference in New Issue
Block a user