bug fixed
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -25,11 +25,39 @@ namespace rmutr_report.Models
|
|||||||
public decimal? price_3 { get; set; }
|
public decimal? price_3 { get; set; }
|
||||||
public decimal? price_4 { get; set; }
|
public decimal? price_4 { get; set; }
|
||||||
public decimal? price_5 { get; set; }
|
public decimal? price_5 { get; set; }
|
||||||
public List<summary_building_construction_detail> data { get; set; }
|
public List<summary_building_construction_detail1> data { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class summary_building_construction_detail
|
public class summary_building_construction_detail1
|
||||||
|
{
|
||||||
|
public int? color { get; set; }
|
||||||
|
public string faculty_name { get; set; }
|
||||||
|
public decimal? budget { get; set; }
|
||||||
|
public decimal? price_1 { get; set; }
|
||||||
|
public decimal? price_2 { get; set; }
|
||||||
|
public decimal? price_3 { get; set; }
|
||||||
|
public decimal? price_4 { get; set; }
|
||||||
|
public decimal? price_5 { get; set; }
|
||||||
|
public List<summary_building_construction_detail2> data { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public class summary_building_construction_detail2
|
||||||
|
{
|
||||||
|
public int? color { get; set; }
|
||||||
|
public string list { get; set; }
|
||||||
|
public decimal? budget { get; set; }
|
||||||
|
public decimal? price_1 { get; set; }
|
||||||
|
public decimal? price_2 { get; set; }
|
||||||
|
public decimal? price_3 { get; set; }
|
||||||
|
public decimal? price_4 { get; set; }
|
||||||
|
public decimal? price_5 { get; set; }
|
||||||
|
public List<summary_building_construction_detail3> data { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public class summary_building_construction_detail3
|
||||||
{
|
{
|
||||||
//public int? no { get; set; }
|
//public int? no { get; set; }
|
||||||
public string list { get; set; }
|
public string list { get; set; }
|
||||||
|
|||||||
@@ -24,14 +24,38 @@ namespace rmutr_report.Models
|
|||||||
public decimal? price_3 { get; set; }
|
public decimal? price_3 { get; set; }
|
||||||
public decimal? price_4 { get; set; }
|
public decimal? price_4 { get; set; }
|
||||||
public decimal? price_5 { get; set; }
|
public decimal? price_5 { get; set; }
|
||||||
public List<summary_of_equipment_five_year_detail> data { get; set; }
|
public List<summary_of_equipment_five_year_detail1> data { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class summary_of_equipment_five_year_detail
|
public class summary_of_equipment_five_year_detail1
|
||||||
{
|
{
|
||||||
//public int? color { get; set; }
|
public int? color { get; set; }
|
||||||
|
public string faculty_name { get; set; }
|
||||||
|
public decimal? unit_price { get; set; }
|
||||||
|
public decimal? price_1 { get; set; }
|
||||||
|
public decimal? price_2 { get; set; }
|
||||||
|
public decimal? price_3 { get; set; }
|
||||||
|
public decimal? price_4 { get; set; }
|
||||||
|
public decimal? price_5 { get; set; }
|
||||||
|
public List<summary_of_equipment_five_year_detail2> data { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public class summary_of_equipment_five_year_detail2
|
||||||
|
{
|
||||||
|
public int? color { get; set; }
|
||||||
public string list { get; set; }
|
public string list { get; set; }
|
||||||
|
public decimal? unit_price { get; set; }
|
||||||
|
public decimal? price_1 { get; set; }
|
||||||
|
public decimal? price_2 { get; set; }
|
||||||
|
public decimal? price_3 { get; set; }
|
||||||
|
public decimal? price_4 { get; set; }
|
||||||
|
public decimal? price_5 { get; set; }
|
||||||
|
public List<summary_of_equipment_five_year_detail3> data { get; set; }
|
||||||
|
|
||||||
|
}
|
||||||
|
public class summary_of_equipment_five_year_detail3
|
||||||
|
{ public string list { get; set; }
|
||||||
public string type_1 { get; set; }
|
public string type_1 { get; set; }
|
||||||
public string type_2 { get; set; }
|
public string type_2 { get; set; }
|
||||||
public string type_3 { get; set; }
|
public string type_3 { get; set; }
|
||||||
@@ -47,4 +71,5 @@ namespace rmutr_report.Models
|
|||||||
public string company { get; set; }
|
public string company { get; set; }
|
||||||
public string description { get; set; }
|
public string description { get; set; }
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user