เพิ่มโหลดวันที่จ่ายเงินผู้สมัคร

This commit is contained in:
Kittapath 2023-06-08 12:26:54 +07:00
parent e8cb94c541
commit 1223720994
8 changed files with 3272 additions and 287 deletions

View file

@ -255,5 +255,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[MaxLength(40), Comment("วันที่สมัคร")]
public DateTime? RegisterDate { get; set; }
[Comment("วันที่ชำระเงิน")]
public DateTime? PaymentDate { get; set; }
}
}