change data type

This commit is contained in:
kamonwan taengsuk
2023-06-08 14:39:01 +07:00
parent dc89fbda50
commit c4103c631e
77 changed files with 4739 additions and 3 deletions

View File

@@ -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; }