fix นำเข้าข้อมูลสรรหาแข่งขันแล้วแจ้ง error #9
This commit is contained in:
parent
8b37e4c94c
commit
e1d869c932
5 changed files with 1682 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
|
|||
[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.Recruit.Service.Models.Recruits
|
|||
[MaxLength(200)]
|
||||
public string Province1 { get; set; }
|
||||
|
||||
[MaxLength(5)]
|
||||
[MaxLength(10)]
|
||||
public string ZipCode1 { get; set; }
|
||||
|
||||
public Recruit Recruit { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue