รายงาน กพ7

This commit is contained in:
Nakorn Rientrakrunchai
2020-09-07 17:39:34 +07:00
parent 717af2bf38
commit 8762bcaead
14 changed files with 526 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TodoAPI2.Models
{
public class rep_kp7WithSelectionViewModel: rep_kp7ViewModel
{
public List<external_employeeViewModel> item_employee_id { get; set; }
}
}