This commit is contained in:
parent
179d61cc16
commit
887d015276
22 changed files with 20618 additions and 444 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue