Add New API and Correct Reopen Issue

This commit is contained in:
Suphonchai Phoonsawat 2023-12-08 10:44:42 +07:00
parent 84e656b0c8
commit 3b054f21cc
13 changed files with 2678 additions and 4 deletions

View file

@ -147,6 +147,14 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
.IsRequired()
.HasColumnType("longtext");
b.Property<string>("ApproveStep")
.HasColumnType("longtext")
.HasComment("step การอนุมัติ st1 = จทน.อนุมัตื,st2 = ผู้บังคับบัญชา อนุมัติ ");
b.Property<string>("CancelLeaveWrote")
.HasColumnType("longtext")
.HasComment("เขียนที่ (ขอยกเลิก)");
b.Property<string>("CoupleDayCountryHistory")
.IsRequired()
.HasColumnType("longtext");