Merge branch 'develop' into work
This commit is contained in:
commit
4bb0af5404
7 changed files with 12936 additions and 21 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue