change data type
This commit is contained in:
@@ -30,7 +30,7 @@ namespace rmutr_report.Models.Personnel
|
||||
public int? special_compensation_2 { get; set; }
|
||||
public int? special_compensation_3 { get; set; }
|
||||
public string other { get; set; }
|
||||
public string other_price { get; set; }
|
||||
public int? other_price { get; set; }
|
||||
public int? total { get; set; }
|
||||
public int? total_wages_and_fittings { get; set; }
|
||||
public int? total_wages_and_fittings_12 { get; set; }
|
||||
@@ -59,7 +59,7 @@ namespace rmutr_report.Models.Personnel
|
||||
public int? special_compensation_2 { get; set; }
|
||||
public int? special_compensation_3 { get; set; }
|
||||
public string other { get; set; }
|
||||
public string other_price { get; set; }
|
||||
public int? other_price { get; set; }
|
||||
public int? total { get; set; }
|
||||
public int? total_wages_and_fittings { get; set; }
|
||||
public int? total_wages_and_fittings_12 { get; set; }
|
||||
@@ -98,7 +98,7 @@ namespace rmutr_report.Models.Personnel
|
||||
public int? special_compensation_2 { get; set; }
|
||||
public int? special_compensation_3 { get; set; }
|
||||
public string other { get; set; }
|
||||
public string other_price { get; set; }
|
||||
public int? other_price { get; set; }
|
||||
public int? total { get; set; }
|
||||
public int? total_wages_and_fittings { get; set; }
|
||||
public int? total_wages_and_fittings_12 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user