This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -70,12 +70,16 @@ public class manage_plan_budget
|
|||||||
public List<strategy_detail> StrategyDetails { get; set; }
|
public List<strategy_detail> StrategyDetails { get; set; }
|
||||||
public List<allocation_strategy_detail> AllocationStrategyDetails { get; set; }
|
public List<allocation_strategy_detail> AllocationStrategyDetails { get; set; }
|
||||||
public List<output_project_detail> OutputProjectDetails { get; set; }
|
public List<output_project_detail> OutputProjectDetails { get; set; }
|
||||||
|
public List<indicators_list> Indicators_list { get; set; }//ตัวชี้วัด
|
||||||
|
public List<indicator_plan> IndicatorPlans { get; set; } //1.แผนการปฎิบัติงาน 1.1 ตัวชี้วัด
|
||||||
|
public List<budget_activitie> BudgetActivities { get; set; } //1.2. กิจกรรมหลัก
|
||||||
|
public List<budget_spending_plan> BudgetSpendingPlans { get; set; } //2.แผนการใช้จ่ายงบประมาณ
|
||||||
}
|
}
|
||||||
public class strategy_detail
|
public class strategy_detail
|
||||||
{
|
{
|
||||||
public string strategy_name { get; set; }
|
public string strategy_name { get; set; }
|
||||||
public int? type { get; set; }
|
public int? type { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
@@ -107,6 +111,7 @@ public class manage_plan_budget
|
|||||||
{
|
{
|
||||||
public string allocation_strategy_name { get; set; }
|
public string allocation_strategy_name { get; set; }
|
||||||
public int? type { get; set; }
|
public int? type { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
@@ -138,6 +143,7 @@ public class manage_plan_budget
|
|||||||
{
|
{
|
||||||
public string output_project_name { get; set; }
|
public string output_project_name { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
public decimal? total_3 { get; set; }
|
public decimal? total_3 { get; set; }
|
||||||
@@ -162,17 +168,14 @@ public class manage_plan_budget
|
|||||||
public decimal? quarter_4_1 { get; set; }
|
public decimal? quarter_4_1 { get; set; }
|
||||||
public decimal? quarter_4_2 { get; set; }
|
public decimal? quarter_4_2 { get; set; }
|
||||||
public decimal? quarter_4_3 { get; set; }
|
public decimal? quarter_4_3 { get; set; }
|
||||||
public List<indicators_list> Indicators_list { get; set; }//ตัวชี้วัด
|
|
||||||
public List<indicator_plan> IndicatorPlans { get; set; } //1.แผนการปฎิบัติงาน 1.1 ตัวชี้วัด
|
|
||||||
public List<budget_activitie> BudgetActivities { get; set; } //1.2. กิจกรรมหลัก
|
|
||||||
public List<budget_spending_plan> BudgetSpendingPlans { get; set; } //2.แผนการใช้จ่ายงบประมาณ
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class indicators_list
|
public class indicators_list
|
||||||
{
|
{
|
||||||
public string indicators_list_name { get; set; }
|
public string indicators_list_name { get; set; }
|
||||||
public int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
public int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
||||||
|
public int? order { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
@@ -203,6 +206,7 @@ public class manage_plan_budget
|
|||||||
{
|
{
|
||||||
public string indicator_plan_name { get; set; }
|
public string indicator_plan_name { get; set; }
|
||||||
public int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
public int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
||||||
|
public int? order { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
@@ -234,6 +238,7 @@ public class manage_plan_budget
|
|||||||
{
|
{
|
||||||
public string budget_activitie_name { get; set; }
|
public string budget_activitie_name { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
public decimal? total_3 { get; set; }
|
public decimal? total_3 { get; set; }
|
||||||
@@ -266,6 +271,7 @@ public class manage_plan_budget
|
|||||||
{
|
{
|
||||||
public string budget_spending_plan_name { get; set; }
|
public string budget_spending_plan_name { get; set; }
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
public decimal? total_3 { get; set; }
|
public decimal? total_3 { get; set; }
|
||||||
@@ -299,6 +305,7 @@ public class manage_plan_budget
|
|||||||
public string sub_budget_spending_plan_name { get; set; }
|
public string sub_budget_spending_plan_name { get; set; }
|
||||||
|
|
||||||
public string budget_unit_name { get; set; }
|
public string budget_unit_name { get; set; }
|
||||||
|
public int? order { get; set; }
|
||||||
public decimal? total_1 { get; set; }
|
public decimal? total_1 { get; set; }
|
||||||
public decimal? total_2 { get; set; }
|
public decimal? total_2 { get; set; }
|
||||||
public decimal? total_3 { get; set; }
|
public decimal? total_3 { get; set; }
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+12da4e1939919124e2fa33e3f0042250bd26b203")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+731803e190ea53557a64d88396c00747647072c2")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
05ec1291166972c4e81d91c397f63ed5180e8549f12a9f1b81a6e37736a2b6c2
|
bd75c1302a8f97c93b2b9e2834d328fc2a22862a414e94dadde3a2c3fd6624b6
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+12da4e1939919124e2fa33e3f0042250bd26b203")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+731803e190ea53557a64d88396c00747647072c2")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
05ec1291166972c4e81d91c397f63ed5180e8549f12a9f1b81a6e37736a2b6c2
|
bd75c1302a8f97c93b2b9e2834d328fc2a22862a414e94dadde3a2c3fd6624b6
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3282571f3aaad087370b963afc8333e1479c897b11aab5684c6fc3015052c2b9
|
3a591009b2d71b3c8825c407d6b9be74bdd44d77c0c015d55d961232a3f0f9a4
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
17399449009804555
|
17401183874467534
|
||||||
@@ -1 +1 @@
|
|||||||
17400274795180319
|
17401239669095019
|
||||||
Reference in New Issue
Block a user