filter excel insignia

This commit is contained in:
Kittapath 2023-09-27 20:36:13 +07:00
parent 04b8885e18
commit a3a111834f
8 changed files with 16654 additions and 4 deletions

View file

@ -31,5 +31,7 @@ namespace BMA.EHR.Domain.Models.Placement
public string Status { get; set; } = "WAITTING";
[Comment("สถานะการใช้งาน")]
public bool IsActive { get; set; } = true;
[Comment("ส่งตัวกลับตั้งแต่วันที่")]
public DateTime? DateRepatriation { get; set; }
}
}