ปรับรายละเอียดเครื่องราชตามtor
This commit is contained in:
parent
fa0568f938
commit
c54f3709ef
11 changed files with 16218 additions and 10 deletions
|
|
@ -22,6 +22,8 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
public int Round { get; set; } = 1;
|
||||
[Comment("สถานะการใช้งาน")]
|
||||
public bool IsActive { get; set; } = true;
|
||||
[Comment("สถานะการ Freez ข้อมูล")]
|
||||
public bool IsLock { get; set; } = false;
|
||||
public virtual List<InsigniaRequest> InsigniaRequests { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue