apiร้องเรียน
This commit is contained in:
parent
2cdf724d58
commit
d06e1af217
24 changed files with 34538 additions and 91 deletions
|
|
@ -7,8 +7,8 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
{
|
||||
public class DisciplineDirector : EntityBase
|
||||
{
|
||||
// [Comment("คำนำหน้าชื่อ")]
|
||||
// public Guid Prefix { get; set; }
|
||||
[Required, Comment("คำนำหน้าชื่อ")]
|
||||
public string Prefix { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("ชื่อ")]
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue