招聘参数配置 新增组别

master
xiaochanghai 5 months ago
parent 6e3accd7b7
commit 5fe1d3d0eb
  1. 8585
      Model/Tiobon.Web.pdm
  2. 9
      Tiobon.Core.Model/Base/Ghrh/Ghrh_Config.Dto.Base.cs
  3. 9
      Tiobon.Core.Model/Models/Ghrh/Ghrh_Config.cs

File diff suppressed because it is too large Load Diff

@ -6,9 +6,9 @@
*
* Ver
*
*V0.01 2024/11/28 14:23:08 SimonHsiao
*V0.01 2025/1/17 11:56:39 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
@ -143,4 +143,9 @@ public class Ghrh_ConfigBase
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 组别ID
/// </summary>
public long? GroupId { get; set; }
}

@ -6,9 +6,9 @@
*
* Ver
*
*V0.01 2024/11/28 14:23:08 SimonHsiao
*V0.01 2025/1/17 11:56:39 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
@ -144,4 +144,9 @@ public class Ghrh_Config : BasePoco
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 组别ID
/// </summary>
public long? GroupId { get; set; }
}

Loading…
Cancel
Save