录用审批表单 新增计薪类别

master
xiaochanghai 6 months ago
parent 7d57bbc3fa
commit 9601e8e27b
  1. 293
      Model/Tiobon.Web.pdm
  2. 19
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  3. 7
      Tiobon.Core.Model/Base/Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs
  4. 4
      Tiobon.Core.Model/Edit/Ghrh/Ghrh_OfferApplyOrder.Dto.EditInput.cs
  5. 4
      Tiobon.Core.Model/Insert/Ghrh/Ghrh_OfferApplyOrder.Dto.InsertInput.cs
  6. 7
      Tiobon.Core.Model/Models/Ghrh/Ghrh_OfferApplyOrder.cs
  7. 19
      Tiobon.Core/Tiobon.Core.Model.xml

File diff suppressed because it is too large Load Diff

@ -7840,9 +7840,9 @@
公司ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderBase.Items">
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderBase.PeriodMasterId">
<summary>
薪资明细
计薪类别ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderSalaryBase">
@ -11817,6 +11817,11 @@
录用审批单 (Dto.EditInput)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.EditGhrh_OfferApplyOrderInput.Items">
<summary>
薪资明细
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhrh_OfferApplyOrderSalaryInput">
<summary>
录用审批单薪资 (Dto.EditInput)
@ -12237,6 +12242,11 @@
录用审批单 (Dto.InsertInput)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.InsertGhrh_OfferApplyOrderInput.Items">
<summary>
薪资明细
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhrh_OfferApplyOrderSalaryInput">
<summary>
录用审批单薪资 (Dto.InsertInput)
@ -20516,6 +20526,11 @@
公司ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrder.PeriodMasterId">
<summary>
计薪类别ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderSalary">
<summary>
录用审批单薪资 (Model)

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2024/12/6 23:12:53 SimonHsiao
*V0.01 2024/12/10 11:55:55 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
*
@ -293,8 +293,9 @@ public class Ghrh_OfferApplyOrderBase
/// 公司ID
/// </summary>
public int? CompanyId { get; set; }
/// <summary>
/// 薪资明细
/// 计薪类别ID
/// </summary>
public List<InsertGhrh_OfferApplyOrderSalaryInput> Items { get; set; }
public int? PeriodMasterId { get; set; }
}

@ -23,4 +23,8 @@ namespace Tiobon.Core.Model.Models;
/// </summary>
public class EditGhrh_OfferApplyOrderInput : Ghrh_OfferApplyOrderBase
{
/// <summary>
/// 薪资明细
/// </summary>
public List<InsertGhrh_OfferApplyOrderSalaryInput> Items { get; set; }
}

@ -23,4 +23,8 @@ namespace Tiobon.Core.Model.Models;
/// </summary>
public class InsertGhrh_OfferApplyOrderInput : Ghrh_OfferApplyOrderBase
{
/// <summary>
/// 薪资明细
/// </summary>
public List<InsertGhrh_OfferApplyOrderSalaryInput> Items { get; set; }
}

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2024/12/6 23:12:53 SimonHsiao
*V0.01 2024/12/10 11:55:55 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
*
@ -294,4 +294,9 @@ public class Ghrh_OfferApplyOrder : BasePoco
/// 公司ID
/// </summary>
public int? CompanyId { get; set; }
/// <summary>
/// 计薪类别ID
/// </summary>
public int? PeriodMasterId { get; set; }
}

@ -7840,9 +7840,9 @@
公司ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderBase.Items">
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderBase.PeriodMasterId">
<summary>
薪资明细
计薪类别ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderSalaryBase">
@ -11817,6 +11817,11 @@
录用审批单 (Dto.EditInput)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.EditGhrh_OfferApplyOrderInput.Items">
<summary>
薪资明细
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhrh_OfferApplyOrderSalaryInput">
<summary>
录用审批单薪资 (Dto.EditInput)
@ -12237,6 +12242,11 @@
录用审批单 (Dto.InsertInput)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.InsertGhrh_OfferApplyOrderInput.Items">
<summary>
薪资明细
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhrh_OfferApplyOrderSalaryInput">
<summary>
录用审批单薪资 (Dto.InsertInput)
@ -20516,6 +20526,11 @@
公司ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrder.PeriodMasterId">
<summary>
计薪类别ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghrh_OfferApplyOrderSalary">
<summary>
录用审批单薪资 (Model)

Loading…
Cancel
Save