คิวรี่ ขร1.

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-04 13:28:23 +07:00
parent 1147011980
commit ee884f9434
6 changed files with 16352 additions and 10 deletions

View file

@ -1058,8 +1058,8 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("longtext")
.HasComment("ประเภทบุคคล");
b.Property<string>("EmployeeWage")
.HasColumnType("longtext")
b.Property<double?>("EmployeeWage")
.HasColumnType("double")
.HasComment("ค่าจ้าง");
b.Property<string>("EntryStatus")