diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs index 32d3c318..1d0d57a4 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs @@ -24,10 +24,12 @@ public class Ghrh_ResumeServices : BaseServices dal, IGhrh_ResumeEduBGServices ghre_ResumeEduBGServices, IGhrh_ResumeTagServices ghre_ResumeTagServices, + IGhrh_ResumeHomeServices ghre_ResumeHomeServices, IGhrh_ResumeWorkExpServices ghre_ResumeWorkExpServices) { this._dal = dal; @@ -35,6 +37,7 @@ public class Ghrh_ResumeServices : BaseServices x.ResumeId != null && x.ResumeId == id);//家庭关系 Data.a4 = await _ghre_ResumeEduBGServices.QueryDto(x => x.ResumeId != null && x.ResumeId == id);//教育背景 Data.a5 = await _ghre_ResumeWorkExpServices.QueryDto(x => x.ResumeId != null && x.ResumeId == id);//工作经历 diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index dd6385a1..49f59afe 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -6415,6 +6415,131 @@ 预留字段12 + + + 家庭关系 (Dto.Base) + + + + + 简历ID + + + + + 姓名 + + + + + 年龄 + + + + + 关系 + + + + + 工作单位 + + + + + 电话 + + + + + 性别 + + + + + 身份证号码 + + + + + 出生日期 + + + + + 地址 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 简历信息栏位 (Dto.Base) @@ -8367,6 +8492,11 @@ 教育背景 (Dto.EditInput) + + + 家庭关系 (Dto.EditInput) + + 简历信息栏位 (Dto.EditInput) @@ -8662,6 +8792,11 @@ 教育背景 (Dto.InsertInput) + + + 家庭关系 (Dto.InsertInput) + + 简历信息栏位 (Dto.InsertInput) @@ -15446,6 +15581,131 @@ 预留字段12 + + + 家庭关系 (Model) + + + + + 简历ID + + + + + 姓名 + + + + + 年龄 + + + + + 关系 + + + + + 工作单位 + + + + + 电话 + + + + + 性别 + + + + + 身份证号码 + + + + + 出生日期 + + + + + 地址 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 简历信息栏位 (Model) @@ -18742,7 +19002,21 @@ 修改信息 - + + + 家庭关系(Dto.View1) + + + + + 创建信息 + + + + + 修改信息 + + 简历信息栏位(Dto.View1) @@ -18818,7 +19092,6 @@ 修改信息 - Ghro_Dept(Dto.View) diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index e48bfa78..fc1e61d3 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -1228,6 +1228,11 @@ 教育背景(Controller) + + + 家庭关系(Controller) + + 简历信息栏位(Controller)