เพิ่ม DateSendLeave และปรับ Logic การดึงค่าวันที่ยื่นลา #1567
This commit is contained in:
parent
1389df0225
commit
bb329f86de
7 changed files with 1858 additions and 18 deletions
|
|
@ -428,6 +428,9 @@ namespace BMA.EHR.Infrastructure.Migrations.LeaveDb
|
|||
b.Property<DateTime?>("DateAppoint")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<DateTime?>("DateSendLeave")
|
||||
.HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<string>("Dear")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("เรียนใคร");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue