This commit is contained in:
@@ -74,6 +74,7 @@ public class manage_plan_budget
|
||||
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 List<sub_budget_spending_plan> SubBudgetSpending { get; set; } //2.1 งบประมาณ
|
||||
}
|
||||
public class strategy_detail
|
||||
{
|
||||
@@ -296,7 +297,7 @@ 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<sub_budget_spending_plan> SubBudgetSpending { get; set; }
|
||||
// public List<sub_budget_spending_plan> SubBudgetSpending { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user