no message

This commit is contained in:
Kittapath 2024-02-03 13:45:31 +07:00
parent 55224a594b
commit 168d921ddd
3 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,9 @@ namespace BMA.EHR.Profile.Service.Models.HR
[MaxLength(100)]
public string? CoupleLastName { get; set; }
[MaxLength(100)]
public string? CoupleLastNameOld { get; set; }
[MaxLength(100)]
public string? CoupleCareer { get; set; }