Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-08 11:05:04 +07:00
commit 4bb0af5404
7 changed files with 12936 additions and 21 deletions

View file

@ -49,9 +49,16 @@ namespace BMA.EHR.Domain.Models.HR
[Comment("ตำแหน่ง (รายละเอียด)")]
public string? SalaryClass { get; set; }
[Comment("เอกสารอ้างอิง")]
public string? SalaryRef { get; set; }
public virtual List<ProfileSalaryHistory> ProfileSalaryHistorys { get; set; } = new List<ProfileSalaryHistory>();
public virtual Profile? Profile { get; set; }
[Comment("เลขที่คำสั่ง")]
public string CommandNo { get; set; }
[Comment("ประเภทคำสั่ง")]
public string CommandTypeName { get; set; }
}
}