เพิ่มapi dashboard exam

This commit is contained in:
Kittapath 2023-04-19 23:40:23 +07:00
parent ac3d2c9d26
commit eb567349b4
10 changed files with 1956 additions and 261 deletions

View file

@ -598,6 +598,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
.HasColumnType("longtext")
.HasComment("ประเภทอาชีพที่ทำงานมาก่อน");
b.Property<bool?>("Pass")
.HasColumnType("tinyint(1)")
.HasComment("ผลสมัครสอบ");
b.Property<Guid?>("PaymentImgId")
.HasColumnType("char(36)");