เพิ่มฟิลที่นั่งสอบ

This commit is contained in:
Kittapath 2023-03-29 12:55:20 +07:00
parent 5c7a655a66
commit a93dcbbd20
10 changed files with 1285 additions and 15 deletions

View file

@ -14,6 +14,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Required, MaxLength(20), Comment("สถานะผู้สมัคร")]
public string Status { get; set; } = "register";
[Comment("เลขที่นั่งสอบ")]
public string? SeatNumber { get; set; }

View file

@ -19,7 +19,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
public int? Round { get; set; }
[Comment("ค่าธรรมเนียม")]
public float? Fee { get; set; }
public float? Fee { get; set; } = 0;
[Comment("ปีงบประมาณ")]
public int? Year { get; set; }