|
|
@ -14,430 +14,434 @@ |
|
|
|
*│ 作者:SimonHsiao │ |
|
|
|
*│ 作者:SimonHsiao │ |
|
|
|
*└──────────────────────────────────┘ |
|
|
|
*└──────────────────────────────────┘ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
namespace Tiobon.Core.Model.Models |
|
|
|
namespace Tiobon.Core.Model.Models; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// 个人简历 (Dto.Base) |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
public class Ghrh_ResumeBase |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 个人简历 (Dto.Base) |
|
|
|
/// 姓名 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public class Ghrh_ResumeBase |
|
|
|
[Display(Name = "StaffName"), Description("姓名"), MaxLength(32, ErrorMessage = "姓名 不能超过 32 个字符")] |
|
|
|
{ |
|
|
|
public string StaffName { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 姓名 |
|
|
|
/// 英文名 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "StaffName"), Description("姓名"), MaxLength(32, ErrorMessage = "姓名 不能超过 32 个字符")] |
|
|
|
[Display(Name = "StaffEname"), Description("英文名"), MaxLength(32, ErrorMessage = "英文名 不能超过 32 个字符")] |
|
|
|
public string StaffName { get; set; } |
|
|
|
public string StaffEname { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 英文名 |
|
|
|
/// 头像 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "StaffEname"), Description("英文名"), MaxLength(32, ErrorMessage = "英文名 不能超过 32 个字符")] |
|
|
|
[Display(Name = "PhotoUrl"), Description("头像"), MaxLength(1000, ErrorMessage = "头像 不能超过 1000 个字符")] |
|
|
|
public string StaffEname { get; set; } |
|
|
|
public string PhotoUrl { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 头像 |
|
|
|
/// 民族 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "PhotoUrl"), Description("头像"), MaxLength(1000, ErrorMessage = "头像 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Nation"), Description("民族"), MaxLength(32, ErrorMessage = "民族 不能超过 32 个字符")] |
|
|
|
public string PhotoUrl { get; set; } |
|
|
|
public string Nation { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 民族 |
|
|
|
/// 出生日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Nation"), Description("民族"), MaxLength(32, ErrorMessage = "民族 不能超过 32 个字符")] |
|
|
|
public DateTime? Birthday { get; set; } |
|
|
|
public string Nation { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 籍贯 |
|
|
|
/// 出生日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "NativePlace"), Description("籍贯"), MaxLength(32, ErrorMessage = "籍贯 不能超过 32 个字符")] |
|
|
|
public DateTime? Birthday { get; set; } |
|
|
|
public string NativePlace { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 籍贯 |
|
|
|
/// 性别 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "NativePlace"), Description("籍贯"), MaxLength(32, ErrorMessage = "籍贯 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Gender"), Description("性别"), MaxLength(32, ErrorMessage = "性别 不能超过 32 个字符")] |
|
|
|
public string NativePlace { get; set; } |
|
|
|
public string Gender { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 性别 |
|
|
|
/// 年龄 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Gender"), Description("性别"), MaxLength(32, ErrorMessage = "性别 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Age"), Description("年龄"), Column(TypeName = "decimal(3,1)")] |
|
|
|
public string Gender { get; set; } |
|
|
|
public decimal? Age { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 年龄 |
|
|
|
/// 学历 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Age"), Description("年龄"), Column(TypeName = "decimal(3,1)")] |
|
|
|
[Display(Name = "Education"), Description("学历"), MaxLength(1000, ErrorMessage = "学历 不能超过 1000 个字符")] |
|
|
|
public decimal? Age { get; set; } |
|
|
|
public string Education { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 学历 |
|
|
|
/// 毕业院校 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Education"), Description("学历"), MaxLength(1000, ErrorMessage = "学历 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "School"), Description("毕业院校"), MaxLength(128, ErrorMessage = "毕业院校 不能超过 128 个字符")] |
|
|
|
public string Education { get; set; } |
|
|
|
public string School { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 毕业院校 |
|
|
|
/// 毕业日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "School"), Description("毕业院校"), MaxLength(128, ErrorMessage = "毕业院校 不能超过 128 个字符")] |
|
|
|
public DateTime? GraduateDate { get; set; } |
|
|
|
public string School { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 求职状态 |
|
|
|
/// 毕业日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "ApplyStatus"), Description("求职状态"), MaxLength(32, ErrorMessage = "求职状态 不能超过 32 个字符")] |
|
|
|
public DateTime? GraduateDate { get; set; } |
|
|
|
public string ApplyStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 求职状态 |
|
|
|
/// 岗位ID |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "ApplyStatus"), Description("求职状态"), MaxLength(32, ErrorMessage = "求职状态 不能超过 32 个字符")] |
|
|
|
public int? TitleId { get; set; } |
|
|
|
public string ApplyStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 婚姻状况 |
|
|
|
/// 岗位ID |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "MaritalStatus"), Description("婚姻状况"), MaxLength(32, ErrorMessage = "婚姻状况 不能超过 32 个字符")] |
|
|
|
public int? TitleId { get; set; } |
|
|
|
public string MaritalStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 婚姻状况 |
|
|
|
/// 政治面貌 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "MaritalStatus"), Description("婚姻状况"), MaxLength(32, ErrorMessage = "婚姻状况 不能超过 32 个字符")] |
|
|
|
[Display(Name = "PoliticStatus"), Description("政治面貌"), MaxLength(32, ErrorMessage = "政治面貌 不能超过 32 个字符")] |
|
|
|
public string MaritalStatus { get; set; } |
|
|
|
public string PoliticStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 政治面貌 |
|
|
|
/// 联系电话 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "PoliticStatus"), Description("政治面貌"), MaxLength(32, ErrorMessage = "政治面貌 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Mobile"), Description("联系电话"), MaxLength(32, ErrorMessage = "联系电话 不能超过 32 个字符")] |
|
|
|
public string PoliticStatus { get; set; } |
|
|
|
public string Mobile { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 联系电话 |
|
|
|
/// 邮箱 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Mobile"), Description("联系电话"), MaxLength(32, ErrorMessage = "联系电话 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Email"), Description("邮箱"), MaxLength(64, ErrorMessage = "邮箱 不能超过 64 个字符")] |
|
|
|
public string Mobile { get; set; } |
|
|
|
public string Email { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 邮箱 |
|
|
|
/// 入职日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Email"), Description("邮箱"), MaxLength(64, ErrorMessage = "邮箱 不能超过 64 个字符")] |
|
|
|
public DateTime? Indate { get; set; } |
|
|
|
public string Email { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人关系 |
|
|
|
/// 入职日期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "UrgentRelation"), Description("紧急联系人关系"), MaxLength(32, ErrorMessage = "紧急联系人关系 不能超过 32 个字符")] |
|
|
|
public DateTime? Indate { get; set; } |
|
|
|
public string UrgentRelation { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人关系 |
|
|
|
/// 紧急联系人 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "UrgentRelation"), Description("紧急联系人关系"), MaxLength(32, ErrorMessage = "紧急联系人关系 不能超过 32 个字符")] |
|
|
|
[Display(Name = "UrgentContact"), Description("紧急联系人"), MaxLength(32, ErrorMessage = "紧急联系人 不能超过 32 个字符")] |
|
|
|
public string UrgentRelation { get; set; } |
|
|
|
public string UrgentContact { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人 |
|
|
|
/// 紧急联系人电话 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "UrgentContact"), Description("紧急联系人"), MaxLength(32, ErrorMessage = "紧急联系人 不能超过 32 个字符")] |
|
|
|
[Display(Name = "UrgentContactTel"), Description("紧急联系人电话"), MaxLength(32, ErrorMessage = "紧急联系人电话 不能超过 32 个字符")] |
|
|
|
public string UrgentContact { get; set; } |
|
|
|
public string UrgentContactTel { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人电话 |
|
|
|
/// 紧急联系人地址 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "UrgentContactTel"), Description("紧急联系人电话"), MaxLength(32, ErrorMessage = "紧急联系人电话 不能超过 32 个字符")] |
|
|
|
[Display(Name = "UrgentContactAddress"), Description("紧急联系人地址"), MaxLength(128, ErrorMessage = "紧急联系人地址 不能超过 128 个字符")] |
|
|
|
public string UrgentContactTel { get; set; } |
|
|
|
public string UrgentContactAddress { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人地址 |
|
|
|
/// 紧急联系人关系2 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "UrgentContactAddress"), Description("紧急联系人地址"), MaxLength(128, ErrorMessage = "紧急联系人地址 不能超过 128 个字符")] |
|
|
|
[Display(Name = "Urgent2Relation"), Description("紧急联系人关系2"), MaxLength(32, ErrorMessage = "紧急联系人关系2 不能超过 32 个字符")] |
|
|
|
public string UrgentContactAddress { get; set; } |
|
|
|
public string Urgent2Relation { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人关系2 |
|
|
|
/// 紧急联系人2 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Urgent2Relation"), Description("紧急联系人关系2"), MaxLength(32, ErrorMessage = "紧急联系人关系2 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Urgent2Contact"), Description("紧急联系人2"), MaxLength(32, ErrorMessage = "紧急联系人2 不能超过 32 个字符")] |
|
|
|
public string Urgent2Relation { get; set; } |
|
|
|
public string Urgent2Contact { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人2 |
|
|
|
/// 紧急联系人电话2 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Urgent2Contact"), Description("紧急联系人2"), MaxLength(32, ErrorMessage = "紧急联系人2 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Urgent2ContactTel"), Description("紧急联系人电话2"), MaxLength(32, ErrorMessage = "紧急联系人电话2 不能超过 32 个字符")] |
|
|
|
public string Urgent2Contact { get; set; } |
|
|
|
public string Urgent2ContactTel { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人电话2 |
|
|
|
/// 紧急联系人地址2 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Urgent2ContactTel"), Description("紧急联系人电话2"), MaxLength(32, ErrorMessage = "紧急联系人电话2 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Urgent2ContactAddress"), Description("紧急联系人地址2"), MaxLength(128, ErrorMessage = "紧急联系人地址2 不能超过 128 个字符")] |
|
|
|
public string Urgent2ContactTel { get; set; } |
|
|
|
public string Urgent2ContactAddress { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 紧急联系人地址2 |
|
|
|
/// 职前年资 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Urgent2ContactAddress"), Description("紧急联系人地址2"), MaxLength(128, ErrorMessage = "紧急联系人地址2 不能超过 128 个字符")] |
|
|
|
[Display(Name = "PreJobSeniority"), Description("职前年资"), MaxLength(32, ErrorMessage = "职前年资 不能超过 32 个字符")] |
|
|
|
public string Urgent2ContactAddress { get; set; } |
|
|
|
public string PreJobSeniority { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 职前年资 |
|
|
|
/// 最高学历 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "PreJobSeniority"), Description("职前年资"), MaxLength(32, ErrorMessage = "职前年资 不能超过 32 个字符")] |
|
|
|
[Display(Name = "EduDegree"), Description("最高学历"), MaxLength(32, ErrorMessage = "最高学历 不能超过 32 个字符")] |
|
|
|
public string PreJobSeniority { get; set; } |
|
|
|
public string EduDegree { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 最高学历 |
|
|
|
/// 证照类型 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "EduDegree"), Description("最高学历"), MaxLength(32, ErrorMessage = "最高学历 不能超过 32 个字符")] |
|
|
|
[Display(Name = "CertificateType"), Description("证照类型"), MaxLength(32, ErrorMessage = "证照类型 不能超过 32 个字符")] |
|
|
|
public string EduDegree { get; set; } |
|
|
|
public string CertificateType { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 证照类型 |
|
|
|
/// 身份证号 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "CertificateType"), Description("证照类型"), MaxLength(32, ErrorMessage = "证照类型 不能超过 32 个字符")] |
|
|
|
[Display(Name = "IdCardNo"), Description("身份证号"), MaxLength(64, ErrorMessage = "身份证号 不能超过 64 个字符")] |
|
|
|
public string CertificateType { get; set; } |
|
|
|
public string IdCardNo { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 身份证号 |
|
|
|
/// 身份证开始有效期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "IdCardNo"), Description("身份证号"), MaxLength(64, ErrorMessage = "身份证号 不能超过 64 个字符")] |
|
|
|
public DateTime? IDCardBegin { get; set; } |
|
|
|
public string IdCardNo { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 身份证结束有效期 |
|
|
|
/// 身份证开始有效期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public DateTime? IDCardEnd { get; set; } |
|
|
|
public DateTime? IDCardBegin { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 户口性质 |
|
|
|
/// 身份证结束有效期 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "RegisteredType"), Description("户口性质"), MaxLength(32, ErrorMessage = "户口性质 不能超过 32 个字符")] |
|
|
|
public DateTime? IDCardEnd { get; set; } |
|
|
|
public string RegisteredType { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 户口性质 |
|
|
|
/// 发证机关 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "RegisteredType"), Description("户口性质"), MaxLength(32, ErrorMessage = "户口性质 不能超过 32 个字符")] |
|
|
|
[Display(Name = "IDCardOrg"), Description("发证机关"), MaxLength(256, ErrorMessage = "发证机关 不能超过 256 个字符")] |
|
|
|
public string RegisteredType { get; set; } |
|
|
|
public string IDCardOrg { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 发证机关 |
|
|
|
/// 家庭住址 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "IDCardOrg"), Description("发证机关"), MaxLength(256, ErrorMessage = "发证机关 不能超过 256 个字符")] |
|
|
|
[Display(Name = "RegisteredAddress"), Description("家庭住址"), MaxLength(256, ErrorMessage = "家庭住址 不能超过 256 个字符")] |
|
|
|
public string IDCardOrg { get; set; } |
|
|
|
public string RegisteredAddress { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 家庭住址 |
|
|
|
/// 现居住地 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "RegisteredAddress"), Description("家庭住址"), MaxLength(256, ErrorMessage = "家庭住址 不能超过 256 个字符")] |
|
|
|
[Display(Name = "NowAddress"), Description("现居住地"), MaxLength(256, ErrorMessage = "现居住地 不能超过 256 个字符")] |
|
|
|
public string RegisteredAddress { get; set; } |
|
|
|
public string NowAddress { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 现居住地 |
|
|
|
/// 介绍人 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "NowAddress"), Description("现居住地"), MaxLength(256, ErrorMessage = "现居住地 不能超过 256 个字符")] |
|
|
|
[Display(Name = "Introducer"), Description("介绍人"), MaxLength(32, ErrorMessage = "介绍人 不能超过 32 个字符")] |
|
|
|
public string NowAddress { get; set; } |
|
|
|
public string Introducer { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 介绍人 |
|
|
|
/// 国籍 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Introducer"), Description("介绍人"), MaxLength(32, ErrorMessage = "介绍人 不能超过 32 个字符")] |
|
|
|
[Display(Name = "NationNo"), Description("国籍"), MaxLength(32, ErrorMessage = "国籍 不能超过 32 个字符")] |
|
|
|
public string Introducer { get; set; } |
|
|
|
public string NationNo { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 国籍 |
|
|
|
/// 公积金账号 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "NationNo"), Description("国籍"), MaxLength(32, ErrorMessage = "国籍 不能超过 32 个字符")] |
|
|
|
[Display(Name = "FundAccountID"), Description("公积金账号"), MaxLength(128, ErrorMessage = "公积金账号 不能超过 128 个字符")] |
|
|
|
public string NationNo { get; set; } |
|
|
|
public string FundAccountID { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 公积金账号 |
|
|
|
/// 公积金基数 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "FundAccountID"), Description("公积金账号"), MaxLength(128, ErrorMessage = "公积金账号 不能超过 128 个字符")] |
|
|
|
[Display(Name = "FundBase"), Description("公积金基数"), Column(TypeName = "decimal(20,2)")] |
|
|
|
public string FundAccountID { get; set; } |
|
|
|
public decimal? FundBase { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 公积金基数 |
|
|
|
/// 社保帐套 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "FundBase"), Description("公积金基数"), Column(TypeName = "decimal(20,2)")] |
|
|
|
[Display(Name = "InInsureAccountNo"), Description("社保帐套"), MaxLength(32, ErrorMessage = "社保帐套 不能超过 32 个字符")] |
|
|
|
public decimal? FundBase { get; set; } |
|
|
|
public string InInsureAccountNo { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 社保帐套 |
|
|
|
/// 社保账号 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "InInsureAccountNo"), Description("社保帐套"), MaxLength(32, ErrorMessage = "社保帐套 不能超过 32 个字符")] |
|
|
|
[Display(Name = "InsureAccountID"), Description("社保账号"), MaxLength(128, ErrorMessage = "社保账号 不能超过 128 个字符")] |
|
|
|
public string InInsureAccountNo { get; set; } |
|
|
|
public string InsureAccountID { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 社保账号 |
|
|
|
/// 社保基数 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "InsureAccountID"), Description("社保账号"), MaxLength(128, ErrorMessage = "社保账号 不能超过 128 个字符")] |
|
|
|
[Display(Name = "InsureBase"), Description("社保基数"), Column(TypeName = "decimal(20,2)")] |
|
|
|
public string InsureAccountID { get; set; } |
|
|
|
public decimal? InsureBase { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 社保基数 |
|
|
|
/// 是否缴纳社保 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "InsureBase"), Description("社保基数"), Column(TypeName = "decimal(20,2)")] |
|
|
|
public bool? IsInsure { get; set; } |
|
|
|
public decimal? InsureBase { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 是否缴纳公积金 |
|
|
|
/// 是否缴纳社保 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public bool? IsFund { get; set; } |
|
|
|
public bool? IsInsure { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 是否推荐 |
|
|
|
/// 是否缴纳公积金 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public bool? IsRecommend { get; set; } |
|
|
|
public bool? IsFund { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 是否住宿 |
|
|
|
/// 是否推荐 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public bool? IsStay { get; set; } |
|
|
|
public bool? IsRecommend { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 车牌号 |
|
|
|
/// 是否住宿 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "CarNo"), Description("车牌号"), MaxLength(32, ErrorMessage = "车牌号 不能超过 32 个字符")] |
|
|
|
public bool? IsStay { get; set; } |
|
|
|
public string CarNo { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 车牌号 |
|
|
|
/// 标签 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "CarNo"), Description("车牌号"), MaxLength(32, ErrorMessage = "车牌号 不能超过 32 个字符")] |
|
|
|
[Display(Name = "Tags"), Description("标签"), MaxLength(2000, ErrorMessage = "标签 不能超过 2000 个字符")] |
|
|
|
public string CarNo { get; set; } |
|
|
|
public string Tags { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 标签 |
|
|
|
/// 状态 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Tags"), Description("标签"), MaxLength(2000, ErrorMessage = "标签 不能超过 2000 个字符")] |
|
|
|
[Display(Name = "Status"), Description("状态"), MaxLength(32, ErrorMessage = "状态 不能超过 32 个字符")] |
|
|
|
public string Tags { get; set; } |
|
|
|
public string Status { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 状态 |
|
|
|
/// 工作年限 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Status"), Description("状态"), MaxLength(32, ErrorMessage = "状态 不能超过 32 个字符")] |
|
|
|
[Display(Name = "WorkYears"), Description("工作年限"), Column(TypeName = "decimal(3,1)")] |
|
|
|
public string Status { get; set; } |
|
|
|
public decimal? WorkYears { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 工作年限 |
|
|
|
/// 薪资区间 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "WorkYears"), Description("工作年限"), Column(TypeName = "decimal(3,1)")] |
|
|
|
[Display(Name = "SalaryPeriod"), Description("薪资区间"), MaxLength(32, ErrorMessage = "薪资区间 不能超过 32 个字符")] |
|
|
|
public decimal? WorkYears { get; set; } |
|
|
|
public string SalaryPeriod { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 薪资区间 |
|
|
|
/// 申请状态 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "SalaryPeriod"), Description("薪资区间"), MaxLength(32, ErrorMessage = "薪资区间 不能超过 32 个字符")] |
|
|
|
[Display(Name = "ApplicationStatus"), Description("申请状态"), MaxLength(32, ErrorMessage = "申请状态 不能超过 32 个字符")] |
|
|
|
public string SalaryPeriod { get; set; } |
|
|
|
public string ApplicationStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 申请状态 |
|
|
|
/// 申请时间 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "ApplicationStatus"), Description("申请状态"), MaxLength(32, ErrorMessage = "申请状态 不能超过 32 个字符")] |
|
|
|
public DateTime? ApplicationTime { get; set; } |
|
|
|
public string ApplicationStatus { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 职称类型/级别 |
|
|
|
/// 申请时间 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "TitleType"), Description("职称类型/级别"), MaxLength(32, ErrorMessage = "职称类型/级别 不能超过 32 个字符")] |
|
|
|
public DateTime? ApplicationTime { get; set; } |
|
|
|
public string TitleType { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 职称类型/级别 |
|
|
|
/// 直间接 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "TitleType"), Description("职称类型/级别"), MaxLength(32, ErrorMessage = "职称类型/级别 不能超过 32 个字符")] |
|
|
|
[Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] |
|
|
|
public string TitleType { get; set; } |
|
|
|
public string StaffType1 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 直间接 |
|
|
|
/// 面试结果 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] |
|
|
|
public bool? InterviewResult { get; set; } |
|
|
|
public string StaffType1 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 不合适原因 |
|
|
|
/// 面试结果 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "FailInterviewReason"), Description("不合适原因"), MaxLength(256, ErrorMessage = "不合适原因 不能超过 256 个字符")] |
|
|
|
public bool? InterviewResult { get; set; } |
|
|
|
public string FailInterviewReason { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 不合适原因 |
|
|
|
/// 备注 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "FailInterviewReason"), Description("不合适原因"), MaxLength(256, ErrorMessage = "不合适原因 不能超过 256 个字符")] |
|
|
|
[Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")] |
|
|
|
public string FailInterviewReason { get; set; } |
|
|
|
public string RemarkSz { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 备注 |
|
|
|
/// 默认标志 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")] |
|
|
|
public int? IsDefault { get; set; } |
|
|
|
public string RemarkSz { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段1 |
|
|
|
/// 默认标志 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse1"), Description("预留字段1"), MaxLength(1000, ErrorMessage = "预留字段1 不能超过 1000 个字符")] |
|
|
|
public int? IsDefault { get; set; } |
|
|
|
public string Reverse1 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段1 |
|
|
|
/// 预留字段2 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse1"), Description("预留字段1"), MaxLength(1000, ErrorMessage = "预留字段1 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse2"), Description("预留字段2"), MaxLength(1000, ErrorMessage = "预留字段2 不能超过 1000 个字符")] |
|
|
|
public string Reverse1 { get; set; } |
|
|
|
public string Reverse2 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段2 |
|
|
|
/// 预留字段3 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse2"), Description("预留字段2"), MaxLength(1000, ErrorMessage = "预留字段2 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse3"), Description("预留字段3"), MaxLength(1000, ErrorMessage = "预留字段3 不能超过 1000 个字符")] |
|
|
|
public string Reverse2 { get; set; } |
|
|
|
public string Reverse3 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段3 |
|
|
|
/// 预留字段4 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse3"), Description("预留字段3"), MaxLength(1000, ErrorMessage = "预留字段3 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse4"), Description("预留字段4"), MaxLength(1000, ErrorMessage = "预留字段4 不能超过 1000 个字符")] |
|
|
|
public string Reverse3 { get; set; } |
|
|
|
public string Reverse4 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段4 |
|
|
|
/// 预留字段5 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse4"), Description("预留字段4"), MaxLength(1000, ErrorMessage = "预留字段4 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse5"), Description("预留字段5"), MaxLength(1000, ErrorMessage = "预留字段5 不能超过 1000 个字符")] |
|
|
|
public string Reverse4 { get; set; } |
|
|
|
public string Reverse5 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段5 |
|
|
|
/// 预留字段6 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse5"), Description("预留字段5"), MaxLength(1000, ErrorMessage = "预留字段5 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse6"), Description("预留字段6"), MaxLength(1000, ErrorMessage = "预留字段6 不能超过 1000 个字符")] |
|
|
|
public string Reverse5 { get; set; } |
|
|
|
public string Reverse6 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段6 |
|
|
|
/// 预留字段7 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse6"), Description("预留字段6"), MaxLength(1000, ErrorMessage = "预留字段6 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse7"), Description("预留字段7"), MaxLength(1000, ErrorMessage = "预留字段7 不能超过 1000 个字符")] |
|
|
|
public string Reverse6 { get; set; } |
|
|
|
public string Reverse7 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段7 |
|
|
|
/// 预留字段8 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse7"), Description("预留字段7"), MaxLength(1000, ErrorMessage = "预留字段7 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse8"), Description("预留字段8"), MaxLength(1000, ErrorMessage = "预留字段8 不能超过 1000 个字符")] |
|
|
|
public string Reverse7 { get; set; } |
|
|
|
public string Reverse8 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段8 |
|
|
|
/// 预留字段9 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse8"), Description("预留字段8"), MaxLength(1000, ErrorMessage = "预留字段8 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse9"), Description("预留字段9"), MaxLength(1000, ErrorMessage = "预留字段9 不能超过 1000 个字符")] |
|
|
|
public string Reverse8 { get; set; } |
|
|
|
public string Reverse9 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段9 |
|
|
|
/// 预留字段10 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse9"), Description("预留字段9"), MaxLength(1000, ErrorMessage = "预留字段9 不能超过 1000 个字符")] |
|
|
|
[Display(Name = "Reverse10"), Description("预留字段10"), MaxLength(1000, ErrorMessage = "预留字段10 不能超过 1000 个字符")] |
|
|
|
public string Reverse9 { get; set; } |
|
|
|
public string Reverse10 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段10 |
|
|
|
/// 预留字段11 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
[Display(Name = "Reverse10"), Description("预留字段10"), MaxLength(1000, ErrorMessage = "预留字段10 不能超过 1000 个字符")] |
|
|
|
public int? ReverseI1 { get; set; } |
|
|
|
public string Reverse10 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 预留字段12 |
|
|
|
/// 预留字段11 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public int? ReverseI2 { get; set; } |
|
|
|
public int? ReverseI1 { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// 加入回收站时间 |
|
|
|
/// 预留字段12 |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public DateTime? RecycledTime { get; set; } |
|
|
|
public int? ReverseI2 { get; set; } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|