131 lines
5.5 KiB
C#
131 lines
5.5 KiB
C#
using System.Collections.Generic;
|
|
|
|
namespace rmutr_report.Models
|
|
{
|
|
public class project_request_thai
|
|
{
|
|
public string project_name { get; set; }
|
|
public string faculty { get; set; }
|
|
public List<activitys_data> activity { get; set; }
|
|
public string project_activitie { get; set; } //ข้อ 2
|
|
public string principles_reasons { get; set; } //ข้อ 3
|
|
public string objective { get; set; } //ข้อ 4
|
|
public List<five_data> five { get; set; } //ข้อ 5
|
|
public string strategic_issues { get; set; } //ข้อ 6
|
|
public string subject { get; set; } //ข้อ 6
|
|
public string strategy { get; set; } //ข้อ 6
|
|
public string consistency_ministry { get; set; } //ข้อ 7
|
|
public string consistency_agency { get; set; } //ข้อ 8
|
|
public List<ninths_data> ninth { get; set; } //ข้อ 9
|
|
public List<tenths_data> tenth { get; set; } //ข้อ 10
|
|
public List<eleventh_data> eleventh { get; set; } //ข้อ 11
|
|
public string count_activity { get; set; } //ข้อ 12
|
|
//public List<twelfth_data> twelfth { get; set; } //ข้อ 12
|
|
public List<twelfth_data_detail> twelfths { get; set; } //ข้อ 12 detail ตาราง
|
|
public List<thirteenth_data> thirteenth { get; set; } //ข้อ 13
|
|
//public List<thirteenth_data1> thirteenth1 { get; set; } //ข้อ 13
|
|
public decimal? durable_articles { get; set; } //งบลงทุน
|
|
public decimal? land_building { get; set; } //งบลงทุน
|
|
public string url_file1 { get; set; } //งบลงทุน
|
|
public string url_file2 { get; set; } //งบลงทุน
|
|
public List<fourteenths_data_thai> fourteenth { get; set; }//ข้อ 14
|
|
public decimal? budget_amount { get; set; } //ข้อ 15
|
|
public List<fifteen_data> fifteen { get; set; } //ข้อ 15
|
|
public List<sixteen_data> sixteen { get; set; } //ข้อ 16
|
|
public List<seventeenth_datas> seventeenth{ get; set; } //ข้อ 17
|
|
public List<eighteenths_datas> eighteenth { get; set; } //ข้อ 18
|
|
public List<eighteenths_datas> nineteenth { get; set; } //ข้อ 19
|
|
public List<twentieths_datas> twentieth { get; set; } //ข้อ 20
|
|
public string url_file3 { get; set; } //ข้อ 21
|
|
}
|
|
|
|
public class fourteenths_data_thai
|
|
{
|
|
public string list { get; set; }
|
|
|
|
}
|
|
|
|
public class fifteen_data
|
|
{
|
|
public string action_plan { get; set; }
|
|
public string month_1 { get; set; }
|
|
public string month_2 { get; set; }
|
|
public string month_3 { get; set; }
|
|
public string month_4 { get; set; }
|
|
public string month_5 { get; set; }
|
|
public string month_6 { get; set; }
|
|
public string month_7 { get; set; }
|
|
public string month_8 { get; set; }
|
|
public string month_9 { get; set; }
|
|
public string month_10 { get; set; }
|
|
public string month_11 { get; set; }
|
|
public string month_12 { get; set; }
|
|
}
|
|
|
|
public class sixteen_data
|
|
{
|
|
public string text1 { get; set; }
|
|
public string text2 { get; set; }
|
|
public string text3 { get; set; }
|
|
public string text4 { get; set; }
|
|
public string text5 { get; set; }
|
|
public string text6 { get; set; }
|
|
public string text7 { get; set; }
|
|
public string text8 { get; set; }
|
|
// public string text9 { get; set; }
|
|
// public string text10 { get; set; }
|
|
public string bath { get; set; }
|
|
public string nuai_nap { get; set; }
|
|
public string khrang1 { get; set; }
|
|
public string khrang2 { get; set; }
|
|
public string khrang3 { get; set; }
|
|
public string rueang { get; set; }
|
|
public string activity { get; set; }
|
|
public string clause1 { get; set; }
|
|
public string count_quantitative { get; set; }
|
|
public string count_unit { get; set; }
|
|
public string count_project { get; set; }
|
|
public string count_training { get; set; }
|
|
public string count_knowledge { get; set; }
|
|
public string clause2 { get; set; }
|
|
public string project_start_date { get; set; }
|
|
public string project_end_date { get; set; }
|
|
public string percentage_finish { get; set; }
|
|
public string clause3 { get; set; }
|
|
public string percentage1 { get; set; }
|
|
public string percentage2 { get; set; }
|
|
public string target { get; set; }
|
|
public string results { get; set; }
|
|
public string clause4 { get; set; }
|
|
public decimal? expenses { get; set; }
|
|
}
|
|
|
|
public class seventeenth_datas
|
|
{
|
|
public string type_project { get; set; }
|
|
}
|
|
|
|
public class eighteenths_datas
|
|
{
|
|
public string target { get; set; }
|
|
public string positive { get; set; }
|
|
public string negative { get; set; }
|
|
}
|
|
|
|
public class twentieths_datas
|
|
{
|
|
public string activity { get; set; }
|
|
public string activity_display_name { get; set; }
|
|
public string dates { get; set; }
|
|
public string location { get; set; }
|
|
public List<twentieths_datas_details> twentieths_data_detail { get; set; }
|
|
}
|
|
|
|
public class twentieths_datas_details
|
|
{
|
|
public string dates { get; set; }
|
|
public string times { get; set; }
|
|
public string detail { get; set; }
|
|
public string lecturer { get; set; }
|
|
}
|
|
} |