bug fixed
This commit is contained in:
@@ -44,8 +44,8 @@ namespace rmutr_report.Models
|
||||
public string responsible_person { get; set; }
|
||||
public string compiler_reporter { get; set; }
|
||||
public List<agency>agencys { get; set; }
|
||||
public decimal? value1 { get; set; }
|
||||
public decimal? value2 { get; set; }
|
||||
// public decimal? value1 { get; set; }
|
||||
// public decimal? value2 { get; set; }
|
||||
// public string value3 { get; set; }
|
||||
// public string value4 { get; set; }
|
||||
// public string value5 { get; set; }
|
||||
|
||||
@@ -8,22 +8,23 @@ namespace rmutr_report.Models
|
||||
public string budget_year { get; set; }
|
||||
public string plan_year { get; set; }
|
||||
public List<kpi_data> header_data { get; set; }
|
||||
public string text1 { get; set; }
|
||||
public string text2 { get; set; }
|
||||
public string text3 { get; set; }
|
||||
public string text4 { get; set; }
|
||||
public string text5 { get; set; }
|
||||
public string text6 { get; set; }
|
||||
public string text7 { get; set; }
|
||||
public string text8 { get; set; }
|
||||
public string text9 { get; set; }
|
||||
public string text10 { get; set; }
|
||||
public string text11 { get; set; }
|
||||
public string text12 { get; set; }
|
||||
public string text13 { get; set; }
|
||||
public string text14 { get; set; }
|
||||
public string text15 { get; set; }
|
||||
public string text16 { get; set; }
|
||||
public List<agency_data> agencys { get; set; }
|
||||
// public string text1 { get; set; }
|
||||
// public string text2 { get; set; }
|
||||
// public string text3 { get; set; }
|
||||
// public string text4 { get; set; }
|
||||
// public string text5 { get; set; }
|
||||
// public string text6 { get; set; }
|
||||
// public string text7 { get; set; }
|
||||
// public string text8 { get; set; }
|
||||
// public string text9 { get; set; }
|
||||
// public string text10 { get; set; }
|
||||
// public string text11 { get; set; }
|
||||
// public string text12 { get; set; }
|
||||
// public string text13 { get; set; }
|
||||
// public string text14 { get; set; }
|
||||
// public string text15 { get; set; }
|
||||
// public string text16 { get; set; }
|
||||
}
|
||||
|
||||
public class kpi_data
|
||||
@@ -40,22 +41,29 @@ namespace rmutr_report.Models
|
||||
public string responsible_person { get; set; }
|
||||
public string compiler_reporter { get; set; }
|
||||
public decimal? plan_value { get; set; }
|
||||
public string value1 { get; set; }
|
||||
public string value2 { get; set; }
|
||||
public string value3 { get; set; }
|
||||
public string value4 { get; set; }
|
||||
public string value5 { get; set; }
|
||||
public string value6 { get; set; }
|
||||
public string value7 { get; set; }
|
||||
public string value8 { get; set; }
|
||||
public string value9 { get; set; }
|
||||
public string value10 { get; set; }
|
||||
public string value11 { get; set; }
|
||||
public string value12 { get; set; }
|
||||
public string value13 { get; set; }
|
||||
public string value14 { get; set; }
|
||||
public string value15 { get; set; }
|
||||
public string value16 { get; set; }
|
||||
public List<dataagency>agencys { get; set; }
|
||||
// public string value1 { get; set; }
|
||||
// public string value2 { get; set; }
|
||||
// public string value3 { get; set; }
|
||||
// public string value4 { get; set; }
|
||||
// public string value5 { get; set; }
|
||||
// public string value6 { get; set; }
|
||||
// public string value7 { get; set; }
|
||||
// public string value8 { get; set; }
|
||||
// public string value9 { get; set; }
|
||||
// public string value10 { get; set; }
|
||||
// public string value11 { get; set; }
|
||||
// public string value12 { get; set; }
|
||||
// public string value13 { get; set; }
|
||||
// public string value14 { get; set; }
|
||||
// public string value15 { get; set; }
|
||||
// public string value16 { get; set; }
|
||||
}
|
||||
public class dataagency
|
||||
{
|
||||
public string agency_name { get; set; }
|
||||
public string value { get; set; }
|
||||
|
||||
}
|
||||
// public class detail_kpi_finance
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user