add: Add Person Profile to Table
This commit is contained in:
parent
49eb785a92
commit
96a2c8d94f
13 changed files with 3727 additions and 23 deletions
|
|
@ -154,5 +154,11 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
|
||||
[Comment("สังกัดผู้ยื่นขอ")]
|
||||
public string? OrganizationName { get; set; } = string.Empty;
|
||||
|
||||
public string? Prefix { get; set; }
|
||||
|
||||
public string? FirstName { get; set; }
|
||||
|
||||
public string? LastName { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue