This commit is contained in:
@@ -70,12 +70,16 @@ public class manage_plan_budget
|
||||
public List<strategy_detail> StrategyDetails { get; set; }
|
||||
public List<allocation_strategy_detail> AllocationStrategyDetails { 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 string strategy_name { get; set; }
|
||||
public int? type { get; set; }
|
||||
public int? order { get; set; }
|
||||
public string budget_unit_name { get; set; }
|
||||
public decimal? total_1 { 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 int? type { get; set; }
|
||||
public int? order { get; set; }
|
||||
public string budget_unit_name { get; set; }
|
||||
public decimal? total_1 { 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 budget_unit_name { get; set; }
|
||||
public int? order { get; set; }
|
||||
public decimal? total_1 { get; set; }
|
||||
public decimal? total_2 { 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_2 { 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 string indicators_list_name { get; set; }
|
||||
public int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
||||
|
||||
public int? order { get; set; }
|
||||
public string budget_unit_name { get; set; }
|
||||
public decimal? total_1 { 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 int? indicators_type { get; set; } //1. ตัวชี้วัดเชิงคุณภาพ 2. ตัวชี้วัดเชิงปริมาณ 3. ตัวชี้วัดเชิงเวลา
|
||||
public int? order { get; set; }
|
||||
public string budget_unit_name { get; set; }
|
||||
public decimal? total_1 { 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_unit_name { get; set; }
|
||||
public int? order { get; set; }
|
||||
public decimal? total_1 { get; set; }
|
||||
public decimal? total_2 { 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_unit_name { get; set; }
|
||||
public int? order { get; set; }
|
||||
public decimal? total_1 { get; set; }
|
||||
public decimal? total_2 { 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 budget_unit_name { get; set; }
|
||||
public int? order { get; set; }
|
||||
public decimal? total_1 { get; set; }
|
||||
public decimal? total_2 { get; set; }
|
||||
public decimal? total_3 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user