【世华】应聘岗位需要改成文本框,部门改成文本框

master
xiaochanghai 6 months ago
parent 06632681ea
commit a878a432c5
  1. 2020
      Model/Tiobon.Web.pdm
  2. 14
      Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs
  3. 14
      Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2024/12/6 13:49:56 SimonHsiao
*V0.01 2024/12/16 10:46:41 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
*
@ -472,4 +472,16 @@ public class Ghrh_ResumeBase
/// </summary>
[Display(Name = "OfferFileUrl"), Description("Offer文件路径"), MaxLength(256, ErrorMessage = "Offer文件路径 不能超过 256 个字符")]
public string OfferFileUrl { get; set; }
/// <summary>
/// 应聘部门
/// </summary>
[Display(Name = "DepartmentName"), Description("应聘部门"), MaxLength(32, ErrorMessage = "应聘部门 不能超过 32 个字符")]
public string DepartmentName { get; set; }
/// <summary>
/// 应聘岗位
/// </summary>
[Display(Name = "PositionName"), Description("应聘岗位"), MaxLength(32, ErrorMessage = "应聘岗位 不能超过 32 个字符")]
public string PositionName { get; set; }
}

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2024/12/6 13:49:56 SimonHsiao
*V0.01 2024/12/16 10:46:41 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
*
@ -473,4 +473,16 @@ public class Ghrh_Resume : BasePoco
/// </summary>
[Display(Name = "OfferFileUrl"), Description("Offer文件路径"), MaxLength(256, ErrorMessage = "Offer文件路径 不能超过 256 个字符")]
public string OfferFileUrl { get; set; }
/// <summary>
/// 应聘部门
/// </summary>
[Display(Name = "DepartmentName"), Description("应聘部门"), MaxLength(32, ErrorMessage = "应聘部门 不能超过 32 个字符")]
public string DepartmentName { get; set; }
/// <summary>
/// 应聘岗位
/// </summary>
[Display(Name = "PositionName"), Description("应聘岗位"), MaxLength(32, ErrorMessage = "应聘岗位 不能超过 32 个字符")]
public string PositionName { get; set; }
}

Loading…
Cancel
Save