Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2025-04-09 15:24:18 +07:00
commit 6fd3fff0c8
33 changed files with 20956 additions and 577 deletions

View file

@ -37,10 +37,10 @@ namespace BMA.EHR.Domain.Models.Retirement
public bool IsSendNotification { get; set; } = true;
[Comment("ชื่อหน่วยงานของผู้รับสำเนาคำสั่ง")]
public string OrganizationName { get; set; } = string.Empty;
public string? OrganizationName { get; set; } = string.Empty;
[Comment("ชื่อตำแหน่งของผู้รับสำเนาคำสั่ง")]
public string PositionName { get; set; } = string.Empty;
public string? PositionName { get; set; } = string.Empty;
[Comment("Fk Table Document")]
public Document? Document { get; set; }