migrate db ประวัติตำแหน่ง

This commit is contained in:
Kittapath 2024-02-05 18:51:40 +07:00
parent eab1371eb1
commit b99330e94b
4 changed files with 17161 additions and 0 deletions

View file

@ -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; }
}
}