บันทึกไฟล์หนังสือเวียน

This commit is contained in:
Kittapath 2023-09-14 00:10:03 +07:00
parent 60dc1025a9
commit 4d420a8443
7 changed files with 16373 additions and 5 deletions

View file

@ -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("วันที่เสียชีวิต")]