migrate + ปรับสอบคัดเลือกผู้พิการ (#3)
Co-authored-by: harid <harid_pr61@live.rmutl.com>
This commit is contained in:
parent
b296304697
commit
ecd794a070
10 changed files with 6533 additions and 114 deletions
|
|
@ -34,8 +34,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
|
|||
[MaxLength(200)]
|
||||
public string Religion { get; set; } = string.Empty;//
|
||||
|
||||
[Required]
|
||||
public DateTime DateOfBirth { get; set; }//
|
||||
//[Required]
|
||||
public DateTime? DateOfBirth { get; set; }//
|
||||
|
||||
[MaxLength(20)]
|
||||
public string Marry { get; set; } = string.Empty;//
|
||||
|
|
@ -49,7 +49,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
|
|||
[MaxLength(200)]
|
||||
public string CitizenCardIssuer { get; set; } = string.Empty;//
|
||||
|
||||
public DateTime CitizenCardExpireDate { get; set; }//
|
||||
public DateTime? CitizenCardExpireDate { get; set; }//
|
||||
|
||||
[MaxLength(200)]
|
||||
public string Remark { get; set; } = string.Empty;
|
||||
|
|
@ -73,9 +73,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
|
|||
|
||||
public DateTime CreatedDate { get; set; } = DateTime.Now;
|
||||
|
||||
public DateTime ModifiedDate { get; set; }
|
||||
public DateTime? ModifiedDate { get; set; }
|
||||
|
||||
public DateTime ApplyDate { get; set; }
|
||||
public DateTime? ApplyDate { get; set; }
|
||||
|
||||
public string? PositionName { get; set; }//
|
||||
public string? PositionType { get; set; }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
|
|||
[MaxLength(200)]
|
||||
public string HighDegree { get; set; }//
|
||||
|
||||
public DateTime BachelorDate { get; set; }//
|
||||
public DateTime? BachelorDate { get; set; }//
|
||||
|
||||
public Disable Disable { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue