bug fixed
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user