This commit is contained in:
Suphonchai Phoonsawat 2025-03-31 10:59:06 +07:00
parent 31625d0418
commit 82a2dc42e6
3 changed files with 46 additions and 2 deletions

View file

@ -33,5 +33,17 @@
public string SalaryText { get; set; }
public DateTime? LeaveLast { get; set; }
public string? TelephoneNumber { get; set; }
public string? CurrentAddress { get; set; }
public string? CurrentSubDistrict { get; set; }
public string? CurrentDistrict { get; set; }
public string? CurrentProvince { get; set; }
public string? CurrentZipCode { get; set; }
}
}