bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-30 15:30:14 +07:00
parent 0a67d866bd
commit 8a269157ad
8 changed files with 23 additions and 10 deletions

View File

@@ -10,9 +10,9 @@ namespace rmutr_report.Models.Personnel
public Guid? personnel_salary_permanent_root_uid { get; set; }
public Guid? log_report_uid { get; set; }
public string year { get; set; }
public string salary_text_1 { get; set; }
public string salary_text_2 { get; set; }
public string salary_text_3 { get; set; }
// public string salary_text_1 { get; set; }
// public string salary_text_2 { get; set; }
// public string salary_text_3 { get; set; }
public int? salary { get; set; }
public int? estimate_promote_1 { get; set; }
public int? estimate_promote_2 { get; set; }