This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using DocumentFormat.OpenXml.Office2010.ExcelAc;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
@@ -12,6 +13,7 @@ namespace rmutr_report.Models
|
||||
public List<activity_data> activity { get; set; }
|
||||
public string together_with { get; set; }
|
||||
public string strategic_plan { get; set; } //ข้อ 2
|
||||
public List<project_activity_styles> project_activity_style { get; set; } //2. ลักษณะกิจกรรมโครงการ
|
||||
public string target_second { get; set; }
|
||||
public string subject_second { get; set; }
|
||||
public string country_reform_plan { get; set; } //ข้อ 3
|
||||
@@ -85,6 +87,11 @@ namespace rmutr_report.Models
|
||||
public string activity { get; set; }
|
||||
}
|
||||
|
||||
public class project_activity_styles
|
||||
{
|
||||
public string style { get; set; }
|
||||
|
||||
}
|
||||
public class sixth_data
|
||||
{
|
||||
public string objective{ get; set; }
|
||||
|
||||
Reference in New Issue
Block a user