เพิ่มฟิวเช็คผู้ร้องเรียนที่ยืนมาจากก่อนหน้านี่
This commit is contained in:
parent
491ee1a302
commit
2f51a4e26e
10 changed files with 3089 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public string? IsReport { get; set; } = "NEW";
|
||||
[Comment("ส่งไปสอบสวน")]
|
||||
public bool? IsDisciplinary { get; set; } = false;
|
||||
[Comment("รายการเก่า")]
|
||||
public bool? IsAncestorDNA { get; set; } = false;
|
||||
[Required, Comment("Id เรื่องสืบสวน")]
|
||||
public DisciplineInvestigate DisciplineInvestigate { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue