add migration สำหรับ LeaveBeginning

This commit is contained in:
Suphonchai Phoonsawat 2025-03-26 12:11:41 +07:00
parent 92451af236
commit 65fbf4582a
5 changed files with 1530 additions and 0 deletions

View file

@ -32,6 +32,7 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<LeaveDocument> LeaveDocuments { get; set; }
public DbSet<LeaveBeginning> LeaveBeginnings { get; set; }
#endregion