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

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

@ -5,58 +5,58 @@ namespace BMA.EHR.Recurit.Exam.Service.Models.Disables
public class DisableAddress : EntityBase
{
[MaxLength(200)]
public string Address { get; set; }
public string Address { get; set; }//
[MaxLength(200)]
public string Moo { get; set; }
public string Moo { get; set; }//
[MaxLength(200)]
public string Soi { get; set; }
public string Soi { get; set; }//
[MaxLength(200)]
public string Road { get; set; }
public string Road { get; set; }//
[MaxLength(200)]
public string District { get; set; }
public string District { get; set; }//
[MaxLength(200)]
public string Amphur { get; set; }
public string Amphur { get; set; }//
[MaxLength(200)]
public string Province { get; set; }
public string Province { get; set; }//
[MaxLength(5)]
public string ZipCode { get; set; }
public string ZipCode { get; set; }//
[MaxLength(200)]
public string Telephone { get; set; }
public string Telephone { get; set; }//
[MaxLength(200)]
public string Mobile { get; set; }
public string Mobile { get; set; }//
[MaxLength(200)]
public string Address1 { get; set; }
public string Address1 { get; set; }//
[MaxLength(200)]
public string Moo1 { get; set; }
public string Moo1 { get; set; }//
[MaxLength(200)]
public string Soi1 { get; set; }
public string Soi1 { get; set; }//
[MaxLength(200)]
public string Road1 { get; set; }
public string Road1 { get; set; }//
[MaxLength(200)]
public string District1 { get; set; }
public string District1 { get; set; }//
[MaxLength(200)]
public string Amphur1 { get; set; }
public string Amphur1 { get; set; }//
[MaxLength(200)]
public string Province1 { get; set; }
public string Province1 { get; set; }//
[MaxLength(5)]
public string ZipCode1 { get; set; }
public string ZipCode1 { get; set; }//
public Disable Disable { get; set; }
}