Add new report

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-23 16:49:08 +07:00
parent dacfe151cf
commit 14c7df9d17
20 changed files with 1042 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
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; }
}
}