เพิ่มวัหมดอายุเลขบัตร

This commit is contained in:
Kittapath 2023-03-24 11:50:46 +07:00
parent a781c375d7
commit 7018791857
9 changed files with 638 additions and 285 deletions

View file

@ -13,7 +13,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
public string UserId { get; set; } = string.Empty;
[Required, MaxLength(20), Comment("สถานะผู้สมัคร")]
public string status { get; set; } = "draft";
public string status { get; set; } = "register";