รายงาน กพ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,23 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Threading.Tasks;
using TTSW.EF;
using TTSW.Utils;
using TTSW.Constant;
using TTSW.Common;
namespace TodoAPI2.Models
{
public class rep_kp7SearchModel
{
public Guid id { get; set; }
public int? employee_id { get; set; }
}
}