This commit is contained in:
kamonwan taengsuk
2023-03-31 17:56:14 +07:00
parent 28b66d50c9
commit 66bbc37c65
11 changed files with 672 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
namespace rmutr_report.Models.Personnel
{
public class personnel_salary_permanent_root
public class personnel_salary_permanent_root //ลูกจ้างประจํา
{
[Key]
public Guid? personnel_salary_permanent_root_uid { get; set; }