Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2025-04-22 10:40:24 +07:00
commit bec082a554
5 changed files with 3658 additions and 3 deletions

View file

@ -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; }