bug fixed

This commit is contained in:
kamonwan taengsuk
2023-07-11 11:55:40 +07:00
parent 6a65a50caa
commit 52f5014980
9 changed files with 512 additions and 637 deletions

View File

@@ -6,7 +6,7 @@ namespace rmutr_report.Models.Personnel
{
public class personnel_salary_temporary_root
{
[Key]
[Key]
public Guid? personnel_salary_temporary_root_uid { get; set; }
public Guid? log_report_uid { get; set; }
public string year { get; set; }
@@ -49,6 +49,8 @@ namespace rmutr_report.Models.Personnel
public int? other_price { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
public List<t_personnel_salary_temporary_deltail> personnel_salary_temporary_deltail { get; set; }
}