From 82efdaa7be7e1ea67ddd3ef5f71acc6a4f5cc58c Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 6 Dec 2024 23:26:12 +0800 Subject: [PATCH] 1 --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 10 ++++++++++ .../Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs | 6 +++++- .../Models/Ghrh/Ghrh_OfferApplyOrder.cs | 7 ++++++- Tiobon.Core/Tiobon.Core.Model.xml | 20 +++++++++++++++++++ Tiobon.Core/Tiobon.Core.xml | 3 ++- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 833c7b65..31fc5eee 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -7675,6 +7675,11 @@ 预留字段12 + + + 公司ID + + 薪资明细 @@ -20171,6 +20176,11 @@ 预留字段12 + + + 公司ID + + 录用审批单薪资 (Model) diff --git a/Tiobon.Core.Model/Base/Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs index 859c233c..05e2e65b 100644 --- a/Tiobon.Core.Model/Base/Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghrh/Ghrh_OfferApplyOrder.Dto.Base.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/12/5 11:57:37 SimonHsiao 初版 +*V0.01 2024/12/6 23:12:53 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -289,6 +289,10 @@ public class Ghrh_OfferApplyOrderBase /// public int? ReverseI2 { get; set; } + /// + /// 公司ID + /// + public int? CompanyId { get; set; } /// /// 薪资明细 /// diff --git a/Tiobon.Core.Model/Models/Ghrh/Ghrh_OfferApplyOrder.cs b/Tiobon.Core.Model/Models/Ghrh/Ghrh_OfferApplyOrder.cs index 1d4434b1..c37311f3 100644 --- a/Tiobon.Core.Model/Models/Ghrh/Ghrh_OfferApplyOrder.cs +++ b/Tiobon.Core.Model/Models/Ghrh/Ghrh_OfferApplyOrder.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/12/5 11:57:37 SimonHsiao 初版 +*V0.01 2024/12/6 23:12:53 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -289,4 +289,9 @@ public class Ghrh_OfferApplyOrder : BasePoco /// 预留字段12 /// public int? ReverseI2 { get; set; } + + /// + /// 公司ID + /// + public int? CompanyId { get; set; } } diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 0ff0632c..31fc5eee 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -6950,6 +6950,11 @@ 预留字段12 + + + 状态,0:暂存;1:提交 + + 面试工单日志 (Dto.Base) @@ -7670,6 +7675,11 @@ 预留字段12 + + + 公司ID + + 薪资明细 @@ -19441,6 +19451,11 @@ 预留字段12 + + + 状态,0:暂存;1:提交 + + 面试工单日志 (Model) @@ -20161,6 +20176,11 @@ 预留字段12 + + + 公司ID + + 录用审批单薪资 (Model) diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index c7af8d54..afcc6cd3 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -1469,12 +1469,13 @@ input - + 面试评估(主管填写) 简历Id input + 状态,0:暂存;1:提交