diff --git a/Tiobon.Core.Model/Base/Ghrp/Ghrp_PerformanceTemplate.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghrp/Ghrp_PerformanceTemplate.Dto.Base.cs index 6e2f3650..0a8c421c 100644 --- a/Tiobon.Core.Model/Base/Ghrp/Ghrp_PerformanceTemplate.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghrp/Ghrp_PerformanceTemplate.Dto.Base.cs @@ -41,7 +41,7 @@ namespace Tiobon.Core.Model.Models /// /// 考核周期类别ID /// - public int? PerformancePeriodTypeID { get; set; } + public long? PerformancePeriodTypeID { get; set; } /// /// 考核周期类别编号 @@ -58,7 +58,7 @@ namespace Tiobon.Core.Model.Models /// /// 考核对象 /// - public int? StaffGroupID { get; set; } + public long? StaffGroupID { get; set; } /// /// 总分 diff --git a/Tiobon.Core.Model/Models/Ghrp/Ghrp_PerformanceTemplate.cs b/Tiobon.Core.Model/Models/Ghrp/Ghrp_PerformanceTemplate.cs index 8e6bf882..20b9636f 100644 --- a/Tiobon.Core.Model/Models/Ghrp/Ghrp_PerformanceTemplate.cs +++ b/Tiobon.Core.Model/Models/Ghrp/Ghrp_PerformanceTemplate.cs @@ -43,7 +43,7 @@ namespace Tiobon.Core.Model.Models /// /// 考核周期类别ID /// - public int? PerformancePeriodTypeID { get; set; } + public long? PerformancePeriodTypeID { get; set; } /// /// 考核周期类别编号 @@ -60,7 +60,7 @@ namespace Tiobon.Core.Model.Models /// /// 考核对象 /// - public int? StaffGroupID { get; set; } + public long? StaffGroupID { get; set; } /// /// 总分 diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 05dbbf3d..5e162309 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -16630,6 +16630,151 @@ 考核阶段名称 + + + 考核模板 (Dto.Base) + + + + + 考核模板编号 + + + + + 考核模板名称 + + + + + 考核周期类别ID + + + + + 考核周期类别编号 + + + + + 考核阶段 + + + + + 考核对象 + + + + + 总分 + + + + + 表单是否允许超过总分 + + + + + 考核模板权重 + + + + + 考核阶数(含本人) + + + + + 考核主管显示方式 + + + + + 模板类型 + + + + + 备注 + + + + + 排序 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + + + + 内置 + + Ghrs_Attachment (Dto.Base) @@ -18882,6 +19027,11 @@ 考核周期类别 (Dto.EditInput) + + + 考核模板 (Dto.EditInput) + + Ghrs_Attachment (Dto.EditInput) @@ -19553,6 +19703,11 @@ 考核周期类别 (Dto.InsertInput) + + + 考核模板 (Dto.InsertInput) + + Ghrs_Attachment (Dto.InsertInput) @@ -36412,6 +36567,151 @@ 内置 + + + 考核模板 (Model) + + + + + 考核模板编号 + + + + + 考核模板名称 + + + + + 考核周期类别ID + + + + + 考核周期类别编号 + + + + + 考核阶段 + + + + + 考核对象 + + + + + 总分 + + + + + 表单是否允许超过总分 + + + + + 考核模板权重 + + + + + 考核阶数(含本人) + + + + + 考核主管显示方式 + + + + + 模板类型 + + + + + 备注 + + + + + 排序 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + + + + 内置 + + Ghrs_Attachment (Model) @@ -41538,6 +41838,21 @@ 考核阶段名称 + + + 考核模板(Dto.View1) + + + + + 创建信息 + + + + + 修改信息 + + Ghrs_Attachment(Dto.View) diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index 585a5ae0..5ee6772c 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -2393,6 +2393,11 @@ 阶段 + + + 考核模板(Controller) + + Ghrs_Attachment(Controller)