fix นำเข้าข้อมูลสรรหาแล้วแจ้ง error (สอบคัดเลือกอื่นๆ) #9

This commit is contained in:
harid 2026-03-24 15:44:51 +07:00
parent caa0bccd79
commit 022b68b496
5 changed files with 3228 additions and 9 deletions

View file

@ -25,7 +25,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
[MaxLength(200)]
public string Province { get; set; }//
[MaxLength(5)]
[MaxLength(10)]
public string ZipCode { get; set; }//
[MaxLength(200)]
@ -55,7 +55,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
[MaxLength(200)]
public string Province1 { get; set; }//
[MaxLength(5)]
[MaxLength(10)]
public string ZipCode1 { get; set; }//
public Disable Disable { get; set; }