fix นำเข้าข้อมูลสรรหาแล้วแจ้ง error (สอบคัดเลือกอื่นๆ) #9
This commit is contained in:
parent
caa0bccd79
commit
022b68b496
5 changed files with 3228 additions and 9 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue