Fix TimeStamp Report

This commit is contained in:
Suphonchai Phoonsawat 2024-08-30 14:05:58 +07:00 committed by Bright
parent 67f6be635c
commit b3c752d2e6
3 changed files with 24 additions and 18 deletions

View file

@ -40,6 +40,7 @@ namespace BMA.EHR.Application.Responses.Profiles
public string? Gender { get; set; }
public string? ProfileType { get; set; }
public bool? IsLeave { get; set; }
}