Files
hrm_eva/Models/rep_summary_a01/rep_summary_a01WithSelectionViewModel.cs
LAPTOP-KB8JC2K2\acer 14c7df9d17 Add new report
2021-09-23 16:49:08 +07:00

15 lines
451 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TodoAPI2.Models
{
public class rep_summary_a01WithSelectionViewModel: rep_summary_a01ViewModel
{
public List<external_linkageViewModel> item_org_id { get; set; }
public List<external_linkageViewModel> item_round_id { get; set; }
public List<external_employeeViewModel> item_employee_id { get; set; }
}
}