migrate
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-03-21 18:08:41 +07:00
parent 1b6cc4f014
commit eaa54a13f7
8 changed files with 20026 additions and 0 deletions

View file

@ -83,6 +83,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? OrganizationOld { get; set; }
[Comment("ตำแหน่งเดิม")]
public string? PositionOld { get; set; }
[Comment("ตำแหน่งทางการบริหารเดิม")]
public string? PositionExecutiveOld { get; set; }

View file

@ -73,6 +73,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? OrganizationOld { get; set; }
[Comment("ตำแหน่งเดิม")]
public string? PositionOld { get; set; }
[Comment("ตำแหน่งทางการบริหารเดิม")]
public string? PositionExecutiveOld { get; set; }