เพิ่มฟิวเช็คผู้ร้องเรียนที่ยืนมาจากก่อนหน้านี่

This commit is contained in:
Kittapath 2024-01-26 09:02:07 +07:00
parent 491ee1a302
commit 2f51a4e26e
10 changed files with 3089 additions and 0 deletions

View file

@ -41,6 +41,8 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? IsReport { get; set; } = "NEW";
[Comment("ส่งไปพักราชการ")]
public string? IsSuspend { get; set; } = "NEW";
[Comment("รายการเก่า")]
public bool? IsAncestorDNA { get; set; } = false;
[Required, Comment("Id เรื่องสอบสวน")]
public DisciplineDisciplinary DisciplineDisciplinary { get; set; }
// public virtual List<DisciplineReport_Profile> DisciplineReport_Profiles { get; set; } = new List<DisciplineReport_Profile>();