บันทึกไฟล์หนังสือเวียน
This commit is contained in:
parent
60dc1025a9
commit
4d420a8443
7 changed files with 16373 additions and 5 deletions
|
|
@ -12,6 +12,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
{
|
||||
[Comment("ใบมรณบัตร")]
|
||||
public Document? Document { get; set; }
|
||||
[Comment("หนังสือเวียน")]
|
||||
public Document? DocumentForward { get; set; }
|
||||
[Comment("เลขที่ใบมรณบัตร")]
|
||||
public string? Number { get; set; } = string.Empty;
|
||||
[Comment("วันที่เสียชีวิต")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue