Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2023-09-04 14:55:52 +07:00
commit 2021d77695
6 changed files with 16352 additions and 10 deletions

View file

@ -1070,8 +1070,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")