update ง3 ง 4
This commit is contained in:
@@ -41,10 +41,11 @@ namespace rmutr_report.Models
|
||||
// public string image_description1 { get; set; }
|
||||
// public string image_description2 { get; set; }
|
||||
public List<descript_more> descript_more { get; set; }
|
||||
public List<specification_datas> specification_data { get; set; }
|
||||
public string specification { get; set; }
|
||||
// public string quantity_specification { get; set; }
|
||||
// public decimal? unit_price_specification { get; set; }
|
||||
// public decimal? amount_specification { get; set; }
|
||||
public string quantity_specification { get; set; }
|
||||
public decimal? unit_price_specification { get; set; }
|
||||
public decimal? amount_specification { get; set; }
|
||||
public List<budget_spending_plans> budget_spending_plan {get; set; }
|
||||
public string procurement_process { get; set; }
|
||||
public string incurring_debt { get; set; }
|
||||
@@ -97,21 +98,21 @@ namespace rmutr_report.Models
|
||||
public string remark { get; set; }
|
||||
|
||||
}
|
||||
// public class specification_datas
|
||||
// {
|
||||
// public string specification { get; set; }
|
||||
// public string quantity { get; set; }
|
||||
// public decimal? unit_price { get; set; }
|
||||
// public decimal? amount { get; set; }
|
||||
// public List<specification_data_details> data_detail { get; set; }
|
||||
// }
|
||||
public class specification_datas
|
||||
{
|
||||
public string specification { get; set; }
|
||||
public string quantity { get; set; }
|
||||
public decimal? unit_price { get; set; }
|
||||
public decimal? amount { get; set; }
|
||||
public List<specification_data_details> data_detail { get; set; }
|
||||
}
|
||||
|
||||
// public class specification_data_details
|
||||
// {
|
||||
// public string list { get; set;}
|
||||
// public string quantity { get; set;}
|
||||
// public string attribute { get; set;}
|
||||
// }
|
||||
public class specification_data_details
|
||||
{
|
||||
public string list { get; set;}
|
||||
public string quantity { get; set;}
|
||||
public string attribute { get; set;}
|
||||
}
|
||||
|
||||
public class budget_spending_plans
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user