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

This commit is contained in:
kamonwan taengsuk
2023-10-25 22:38:38 +07:00
parent 93b0a4385b
commit c6309663d8
12 changed files with 1196 additions and 80 deletions

View File

@@ -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; }