fix นำเข้าข้อมูลสรรหาแข่งขันแล้วแจ้ง error #9

This commit is contained in:
harid 2026-03-24 15:29:10 +07:00
parent 8b37e4c94c
commit e1d869c932
5 changed files with 1682 additions and 9 deletions

View file

@ -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; }