bug fixed
This commit is contained in:
@@ -19,67 +19,67 @@ namespace rmutr_report.Models
|
||||
{
|
||||
public decimal? filter { get; set; }
|
||||
public string header_name { get; set; }
|
||||
public string male1 { get; set; }
|
||||
public string female1 { get; set; }
|
||||
public string total1 { get; set; }
|
||||
public string room1 { get; set; }
|
||||
public string male2 { get; set; }
|
||||
public string female2 { get; set; }
|
||||
public string total2 { get; set; }
|
||||
public string room2 { get; set; }
|
||||
public string male3 { get; set; }
|
||||
public string female3 { get; set; }
|
||||
public string total3{ get; set; }
|
||||
public string room3 { get; set; }
|
||||
public string male4 { get; set; }
|
||||
public string female4 { get; set; }
|
||||
public string total4 { get; set; }
|
||||
public string room4 { get; set; }
|
||||
public string male5 { get; set; }
|
||||
public string female5 { get; set; }
|
||||
public string total5 { get; set; }
|
||||
public string room5 { get; set; }
|
||||
public string male6 { get; set; }
|
||||
public string female6 { get; set; }
|
||||
public string total6 { get; set; }
|
||||
public string room6 { get; set; }
|
||||
public string male7 { get; set; }
|
||||
public string female7 { get; set; }
|
||||
public string total7 { get; set; }
|
||||
public string room7 { get; set; }
|
||||
public decimal? male1 { get; set; }
|
||||
public decimal? female1 { get; set; }
|
||||
public decimal? total1 { get; set; }
|
||||
public decimal? room1 { get; set; }
|
||||
public decimal? male2 { get; set; }
|
||||
public decimal? female2 { get; set; }
|
||||
public decimal? total2 { get; set; }
|
||||
public decimal? room2 { get; set; }
|
||||
public decimal? male3 { get; set; }
|
||||
public decimal? female3 { get; set; }
|
||||
public decimal? total3{ get; set; }
|
||||
public decimal? room3 { get; set; }
|
||||
public decimal? male4 { get; set; }
|
||||
public decimal? female4 { get; set; }
|
||||
public decimal? total4 { get; set; }
|
||||
public decimal? room4 { get; set; }
|
||||
public decimal? male5 { get; set; }
|
||||
public decimal? female5 { get; set; }
|
||||
public decimal? total5 { get; set; }
|
||||
public decimal? room5 { get; set; }
|
||||
public decimal? male6 { get; set; }
|
||||
public decimal? female6 { get; set; }
|
||||
public decimal? total6 { get; set; }
|
||||
public decimal? room6 { get; set; }
|
||||
public decimal? male7 { get; set; }
|
||||
public decimal? female7 { get; set; }
|
||||
public decimal? total7 { get; set; }
|
||||
public decimal? room7 { get; set; }
|
||||
public List<detail> data { get; set; }
|
||||
}
|
||||
|
||||
public class detail
|
||||
{
|
||||
public string name { get; set; }
|
||||
public string male1 { get; set; }
|
||||
public string female1 { get; set; }
|
||||
public string total1 { get; set; }
|
||||
public string room1 { get; set; }
|
||||
public string male2 { get; set; }
|
||||
public string female2 { get; set; }
|
||||
public string total2 { get; set; }
|
||||
public string room2 { get; set; }
|
||||
public string male3 { get; set; }
|
||||
public string female3 { get; set; }
|
||||
public string total3{ get; set; }
|
||||
public string room3 { get; set; }
|
||||
public string male4 { get; set; }
|
||||
public string female4 { get; set; }
|
||||
public string total4 { get; set; }
|
||||
public string room4 { get; set; }
|
||||
public string male5 { get; set; }
|
||||
public string female5 { get; set; }
|
||||
public string total5 { get; set; }
|
||||
public string room5 { get; set; }
|
||||
public string male6 { get; set; }
|
||||
public string female6 { get; set; }
|
||||
public string total6 { get; set; }
|
||||
public string room6 { get; set; }
|
||||
public string male7 { get; set; }
|
||||
public string female7 { get; set; }
|
||||
public string total7 { get; set; }
|
||||
public string room7 { get; set; }
|
||||
public decimal? male1 { get; set; }
|
||||
public decimal? female1 { get; set; }
|
||||
//public decimal? total1 { get; set; }
|
||||
public decimal? room1 { get; set; }
|
||||
public decimal? male2 { get; set; }
|
||||
public decimal? female2 { get; set; }
|
||||
//public decimal? total2 { get; set; }
|
||||
public decimal? room2 { get; set; }
|
||||
public decimal? male3 { get; set; }
|
||||
public decimal? female3 { get; set; }
|
||||
//public decimal? total3{ get; set; }
|
||||
public decimal? room3 { get; set; }
|
||||
public decimal? male4 { get; set; }
|
||||
public decimal? female4 { get; set; }
|
||||
//public decimal? total4 { get; set; }
|
||||
public decimal? room4 { get; set; }
|
||||
public decimal? male5 { get; set; }
|
||||
public decimal? female5 { get; set; }
|
||||
//public decimal? total5 { get; set; }
|
||||
public decimal? room5 { get; set; }
|
||||
public decimal? male6 { get; set; }
|
||||
public decimal? female6 { get; set; }
|
||||
//public decimal? total6 { get; set; }
|
||||
public decimal? room6 { get; set; }
|
||||
public decimal? male7 { get; set; }
|
||||
public decimal? female7 { get; set; }
|
||||
// public decimal? total7 { get; set; }
|
||||
//public decimal? room7 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user