Merge branch 'develop' into working
This commit is contained in:
commit
bec082a554
5 changed files with 3658 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
[Comment("ฐานความผิดรายบุคคลหมายเหตุ")]
|
||||
[Comment("ฐานความผิดรายบุคคลหมายเหตุ"), Column(TypeName = "text")]
|
||||
public string? Remark { get; set; }
|
||||
[Comment("ฐานความผิดรายบุคคล")]
|
||||
public string? Offense { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue