fix #1310
This commit is contained in:
parent
31625d0418
commit
82a2dc42e6
3 changed files with 46 additions and 2 deletions
|
|
@ -67,6 +67,18 @@ namespace BMA.EHR.Application.Responses.Profiles
|
|||
|
||||
public Guid? CommanderKeycloak { get; set; }
|
||||
|
||||
public string? TelephoneNumber { get; set; }
|
||||
|
||||
public string? CurrentAddress { get; set; }
|
||||
|
||||
public string? CurrentSubDistrict { get; set; }
|
||||
|
||||
public string? CurrentDistrict { get; set; }
|
||||
|
||||
public string? CurrentProvince { get; set; }
|
||||
|
||||
public string? CurrentZipCode { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class PosLevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue