add field

This commit is contained in:
Suphonchai Phoonsawat 2024-02-13 13:25:01 +07:00
parent c704556891
commit e45cf014b1
11 changed files with 51436 additions and 0 deletions

View file

@ -337,5 +337,7 @@ namespace BMA.EHR.Domain.Models.HR
public virtual List<ProfileLeaveSummary> LeaveSummary { get; set; } = new();
public bool IsSendVerified { get; set; } = false;
}
}