bug fixed

This commit is contained in:
kamonwan taengsuk
2023-04-06 12:22:45 +07:00
parent 25de70ada1
commit 622e535cb5
3 changed files with 1644 additions and 18 deletions

View File

@@ -0,0 +1,85 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace rmutr_report.Models.Personnel
{
public class personnel_salary_temporary_root
{
[Key]
public Guid? personnel_salary_temporary_root_uid { get; set; }
public Guid? log_report_uid { get; set; }
public string year { get; set; }
public int? salary { get; set; }
public int? salary_12 { get; set; }
public int? salary2 { get; set; }
public int? salary2_12 { get; set; }
public int? house_rent { get; set; }
public int? house_rent_12 { get; set; }
public int? fund_contribution { get; set; }
public int? fund_contribution_12 { get; set; }
public int? contribution { get; set; }
public int? contribution_12 { get; set; }
public string other { get; set; }
public int? other_price { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
public List<t_personnel_salary_temporary> personnel_salary_temporary { get; set; }
}
public class t_personnel_salary_temporary
{
[Key]
public Guid? personnel_salary_temporary_uid { get; set; }
public Guid? personnel_salary_temporary_root_uid { get; set; }
public string agency_category_name { get; set; }
public int? salary { get; set; }
public int? salary_12 { get; set; }
public int? salary2 { get; set; }
public int? salary2_12 { get; set; }
public int? house_rent { get; set; }
public int? house_rent_12 { get; set; }
public int? fund_contribution { get; set; }
public int? fund_contribution_12 { get; set; }
public int? contribution { get; set; }
public int? contribution_12 { get; set; }
public string other { get; set; }
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; }
}
public class t_personnel_salary_temporary_deltail
{
[Key]
public Guid? personnel_salary_temporary_deltail_uid { get; set; }
public Guid? personnel_salary_temporary_uid { get; set; }
public string first_name_th { get; set; }
public string last_name_th { get; set; }
public string position { get; set; }
public string parent_agency_name { get; set; }
public string area { get; set; }
public int? salary { get; set; }
public int? salary_12 { get; set; }
public int? salary2 { get; set; }
public int? salary2_12 { get; set; }
public int? house_rent { get; set; }
public int? house_rent_12 { get; set; }
public int? fund_contribution { get; set; }
public int? fund_contribution_12 { get; set; }
public int? contribution { get; set; }
public int? contribution_12 { get; set; }
public string other { get; set; }
public int? other_price { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
}
}

View File

@@ -0,0 +1,195 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace rmutr_report.Models.Personnel
{
public class personnel_salary_university_root
{
[Key]
public Guid? personnel_salary_university_root_uid { get; set; }
public Guid? log_report_uid { get; set; }
public string year { get; set; }
public int? salary { get; set; }
public bool? is_academic_line { get; set; }
public bool? is_support_line { get; set; }
public string management_position_name { get; set; }
public string position_name { get; set; }
public string assign_no_plus_assign_effective_date { get; set; }
public string education_level { get; set; }
public string education_of_manpower { get; set; }
public int? salary2 { get; set; }
public int? wages1 { get; set; }
public int? wages2 { get; set; }
public int? wages3 { get; set; }
public int? wages4 { get; set; }
public int? wages5 { get; set; }
public int? total_wages { get; set; }
public int? promote { get; set; }
public int? total_salary { get; set; }
public int? welfare_benefit1 { get; set; }
public int? welfare_benefit2 { get; set; }
public int? welfare_benefit3 { get; set; }
public int? welfare_benefit4 { get; set; }
public int? welfare_benefit5 { get; set; }
public int? total_welfare_benefit { get; set; }
public int? total_salary_welfare_benefit { get; set; }
public string birth_date { get; set; }
public int? retiree { get; set; }
public int? salary_per_month { get; set; }
public int? position_money { get; set; }
public int? monthly_remuneration { get; set; }
public int? position_money_2 { get; set; }
public int? monthly_remuneration_2 { get; set; }
public int? compensation { get; set; }
public string other { get; set; }
public int? other_price { get; set; }
public int? total { get; set; }
public int? position_money_3 { get; set; }
public int? monthly_remuneration_3 { get; set; }
public int? position_money_4 { get; set; }
public int? monthly_remuneration_4 { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
public List<t_personnel_salary_university> personnel_salary_university { get; set; }
}
public class t_personnel_salary_university
{
[Key]
public Guid? personnel_salary_university_uid { get; set; }
public Guid? personnel_salary_university_root_uid { get; set; }
public string agency_category_name { get; set; }
public string manpower { get; set; }
public string first_name_th { get; set; }
public string last_name_th { get; set; }
public string parent_agency_name { get; set; }
public string area { get; set; }
public string position { get; set; }
public int? salary { get; set; }
public bool? is_academic_line { get; set; }
public bool? is_support_line { get; set; }
public string management_position_name { get; set; }
public string position_name { get; set; }
public string assign_no_plus_assign_effective_date { get; set; }
public string education_level { get; set; }
public string education_of_manpower { get; set; }
public int? salary2 { get; set; }
public int? wages1 { get; set; }
public int? wages2 { get; set; }
public int? wages3 { get; set; }
public int? wages4 { get; set; }
public int? wages5 { get; set; }
public int? total_wages { get; set; }
public int? promote { get; set; }
public int? total_salary { get; set; }
public int? welfare_benefit1 { get; set; }
public int? welfare_benefit2 { get; set; }
public int? welfare_benefit3 { get; set; }
public int? welfare_benefit4 { get; set; }
public int? welfare_benefit5 { get; set; }
public int? total_welfare_benefit { get; set; }
public int? total_salary_welfare_benefit { get; set; }
public string birth_date { get; set; }
public int? retiree { get; set; }
public int? salary_per_month { get; set; }
public int? position_money { get; set; }
public int? monthly_remuneration { get; set; }
public int? position_money_2 { get; set; }
public int? monthly_remuneration_2 { get; set; }
public int? compensation { get; set; }
public string other { get; set; }
public int? other_price { get; set; }
public int? total { get; set; }
public int? position_money_3 { get; set; }
public int? monthly_remuneration_3 { get; set; }
public int? position_money_4 { get; set; }
public int? monthly_remuneration_4 { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
public List<t_personnel_salary_university_deltail> personnel_salary_university_deltail { get; set; }
}
public class t_personnel_salary_university_deltail
{
[Key]
public Guid? personnel_salary_university_deltail_uid { get; set; }
public Guid? personnel_salary_university_uid { get; set; }
public string manpower { get; set; }
public string first_name_th { get; set; }
public string last_name_th { get; set; }
public string parent_agency_name { get; set; }
public string area { get; set; }
public string position { get; set; }
public int? salary { get; set; }
public bool? is_academic_line { get; set; }
public bool? is_support_line { get; set; }
public string management_position_name { get; set; }
public string position_name { get; set; }
public string assign_no_plus_assign_effective_date { get; set; }
public string education_level { get; set; }
public string education_of_manpower { get; set; }
public int? salary2 { get; set; }
public int? wages1 { get; set; }
public int? wages2 { get; set; }
public int? wages3 { get; set; }
public int? wages4 { get; set; }
public int? wages5 { get; set; }
public int? total_wages { get; set; }
public int? promote { get; set; }
public int? total_salary { get; set; }
public int? welfare_benefit1 { get; set; }
public int? welfare_benefit2 { get; set; }
public int? welfare_benefit3 { get; set; }
public int? welfare_benefit4 { get; set; }
public int? welfare_benefit5 { get; set; }
public int? total_welfare_benefit { get; set; }
public int? total_salary_welfare_benefit { get; set; }
public string birth_date { get; set; }
public int? retiree { get; set; }
public int? salary_per_month { get; set; }
public int? position_money { get; set; }
public int? monthly_remuneration { get; set; }
public int? position_money_2 { get; set; }
public int? monthly_remuneration_2 { get; set; }
public int? compensation { get; set; }
public string other { get; set; }
public int? other_price { get; set; }
public int? total { get; set; }
public int? position_money_3 { get; set; }
public int? monthly_remuneration_3 { get; set; }
public int? position_money_4 { get; set; }
public int? monthly_remuneration_4 { get; set; }
public int? total2 { get; set; }
public int? total_wage { get; set; }
}
}