add api add commander and approver ด้วย และเพิ่มประเภทของผู้อนุมัติ

This commit is contained in:
Suphonchai Phoonsawat 2025-04-22 14:28:51 +07:00
parent 193cffa7c4
commit ddc3d268be
8 changed files with 1620 additions and 48 deletions

View file

@ -625,6 +625,9 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("ApproveType")
.HasColumnType("longtext");
b.Property<string>("Comment")
.IsRequired()
.HasColumnType("longtext");