This commit is contained in:
kamonwan taengsuk
2023-03-28 14:16:27 +07:00
parent b867af4fb4
commit 0c4712eaba
3 changed files with 24 additions and 2 deletions

View File

@@ -112,6 +112,14 @@ namespace rmutr_report.Models
public string list { get; set;}
public string quantity { get; set;}
public string attribute { get; set;}
public List<specification_data_details2> data_detail2 { get; set; }
}
public class specification_data_details2
{
public string attribute { get; set;}
}
public class budget_spending_plans