FIX ระบบวินัย >> ข้อมูลพื้นฐาน (กรรมการ) ข้อมูลรายการเรื่องเรียนไม่แสดง #1707
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
Bright 2025-08-01 11:40:01 +07:00
parent 593e5a3f57
commit 009de80c3f
2 changed files with 12 additions and 6 deletions

View file

@ -12,5 +12,6 @@ namespace BMA.EHR.Discipline.Service.Requests
public string? email { get; set; }
public string? phone { get; set; }
public string? qualification { get; set; }
public Guid? rootDnaId { get; set; }
}
}