196 lines
7.2 KiB
C#
196 lines
7.2 KiB
C#
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 string position_level { 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; }
|
|
}
|
|
} |