โอนคนสรรหาไปบรรจุ

This commit is contained in:
Kittapath 2023-07-26 18:43:10 +07:00
parent 9a53f34107
commit 7fbdf971fa
13 changed files with 530 additions and 312 deletions

View file

@ -11,13 +11,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
public string WorkAge { get; set; }
[MaxLength(200)]
public string Position { get; set; }
public string Position { get; set; }//
[MaxLength(200)]
public string Workplace { get; set; }
public string Workplace { get; set; }//
[MaxLength(200)]
public string Telephone { get; set; }
public string Telephone { get; set; }//
public Disable Disable { get; set; }
}