fix defect 25-04-2023

This commit is contained in:
Suphonchai Phoonsawat 2023-04-25 21:00:31 +07:00
parent de70220236
commit 2bd62de015
26 changed files with 3131 additions and 155 deletions

View file

@ -1087,6 +1087,12 @@ namespace BMA.EHR.Recruit.Service.Migrations
.HasMaxLength(200)
.HasColumnType("varchar(200)");
b.Property<string>("Number")
.IsRequired()
.HasMaxLength(200)
.HasColumnType("varchar(200)")
.HasComment("ลำดับที่สอบได้");
b.Property<double>("PercentageA")
.HasColumnType("double");