master
xiaochanghai 6 months ago
parent 954e7836cf
commit 6c7b9e9f52
  1. 2111
      Model/Tiobon.Web.pdm
  2. 7
      Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs
  3. 7
      Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2024/12/16 10:46:41 SimonHsiao *V0.01 2024/12/30 13:14:17 SimonHsiao
* *
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* *
@ -348,11 +348,6 @@ public class Ghrh_ResumeBase
[Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] [Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")]
public string StaffType1 { get; set; } public string StaffType1 { get; set; }
///// <summary>
///// 面试结果
///// </summary>
//public bool? InterviewResult { get; set; }
/// <summary> /// <summary>
/// 不合适原因 /// 不合适原因
/// </summary> /// </summary>

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2024/12/16 10:46:41 SimonHsiao *V0.01 2024/12/30 13:14:17 SimonHsiao
* *
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* *
@ -349,11 +349,6 @@ public class Ghrh_Resume : BasePoco
[Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] [Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")]
public string StaffType1 { get; set; } public string StaffType1 { get; set; }
///// <summary>
///// 面试结果
///// </summary>
//public bool? InterviewResult { get; set; }
/// <summary> /// <summary>
/// 不合适原因 /// 不合适原因
/// </summary> /// </summary>

Loading…
Cancel
Save