Migrate เก็บฟิลด์ใช้แสดงในรายงานลาเพิ่ม #2195
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m18s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m18s
This commit is contained in:
parent
5ec7933b3c
commit
64c1021c52
7 changed files with 1708 additions and 0 deletions
|
|
@ -17,6 +17,15 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
|
||||
public string PositionName { get; set; } = string.Empty;
|
||||
|
||||
[Comment("ประเภทระดับตำแหน่ง")]
|
||||
public string PositionLevelName { get; set; } = string.Empty;
|
||||
|
||||
[Comment("ตำแหน่งทางการบริหาร")]
|
||||
public string PosExecutiveName { get; set; } = string.Empty;
|
||||
|
||||
[Comment("สังกัด")]
|
||||
public string OrganizationName { get; set; } = string.Empty;
|
||||
|
||||
[Comment("ตำแหน่งใต้ลายเช็นต์")]
|
||||
public string? PositionSign { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue