migrate db ประวัติตำแหน่ง
This commit is contained in:
parent
eab1371eb1
commit
b99330e94b
4 changed files with 17161 additions and 0 deletions
|
|
@ -66,5 +66,23 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
public bool IsActive { get; set; } = true;
|
||||
[Comment("เอกสารอ้างอิง (เลขที่คำสั่ง)")]
|
||||
public string? RefCommandNo { get; set; }
|
||||
|
||||
|
||||
[Comment("OrgName")]
|
||||
public string? OrgName { get; set; }
|
||||
[Comment("AgencyName")]
|
||||
public string? AgencyName { get; set; }
|
||||
[Comment("PosNoName")]
|
||||
public string? PosNoName { get; set; }
|
||||
[Comment("PositionName")]
|
||||
public string? PositionName { get; set; }
|
||||
[Comment("PositionLineName")]
|
||||
public string? PositionLineName { get; set; }
|
||||
[Comment("CLevel")]
|
||||
public string? CLevel { get; set; }
|
||||
[Comment("PositionPathSideName")]
|
||||
public string? PositionPathSideName { get; set; }
|
||||
[Comment("PositionExecutiveName")]
|
||||
public string? PositionExecutiveName { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue