Files
hrm_eva/Models/rpt_payroll_summary/rpt_payroll_summaryWithSelectionViewModel.cs

15 lines
463 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TodoAPI2.Models
{
public class rpt_payroll_summaryWithSelectionViewModel: rpt_payroll_summaryViewModel
{
public List<external_linkageViewModel> item_rpt_year { get; set; }
public List<external_linkageViewModel> item_rpt_month { get; set; }
public List<external_linkageViewModel> item_department_id { get; set; }
}
}