This commit is contained in:
Suphonchai Phoonsawat 2025-03-31 10:59:06 +07:00
parent 31625d0418
commit 82a2dc42e6
3 changed files with 46 additions and 2 deletions

View file

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