ปรับระบบสรรหาสอบคัดเลือก (3)

This commit is contained in:
harid 2025-11-18 17:29:49 +07:00
parent 876b085dd2
commit efb22a9d73
5 changed files with 182 additions and 62 deletions

View file

@ -10,5 +10,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public int? Year { get; set; }
public bool Status { get; set; }
public bool SetSeat { get; set; }
public float? Fee { get; set;}
}
}