新增考试记录组

master
xiaochanghai 2 months ago
parent a02fb0f2e9
commit 05531c9871
  1. 13180
      Model/Tiobon.Web.pdm
  2. 14
      Tiobon.Core.Api/Controllers/Ghre/Ghre_ExamRecordGroupController.cs
  3. 245
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  4. 5
      Tiobon.Core.Api/Tiobon.Core.xml
  5. 8
      Tiobon.Core.IServices/Ghre/IGhre_ExamRecordGroupServices.cs
  6. 9
      Tiobon.Core.Model/Base/Ghre/Ghre_ExamRecordDetail.Dto.Base.cs
  7. 137
      Tiobon.Core.Model/Base/Ghre/Ghre_ExamRecordGroup.Dto.Base.cs
  8. 26
      Tiobon.Core.Model/Edit/Ghre/Ghre_ExamRecordGroup.Dto.EditInput.cs
  9. 26
      Tiobon.Core.Model/Insert/Ghre/Ghre_ExamRecordGroup.Dto.InsertInput.cs
  10. 9
      Tiobon.Core.Model/Models/Ghre/Ghre_ExamRecordDetail.cs
  11. 138
      Tiobon.Core.Model/Models/Ghre/Ghre_ExamRecordGroup.cs
  12. 34
      Tiobon.Core.Model/View/Ghre/Ghre_ExamRecordGroup.Dto.View.cs
  13. 15
      Tiobon.Core.Services/Ghre/Ghre_ExamRecordGroupServices.cs
  14. 245
      Tiobon.Core/Tiobon.Core.Model.xml
  15. 5
      Tiobon.Core/Tiobon.Core.xml

File diff suppressed because it is too large Load Diff

@ -0,0 +1,14 @@
namespace Tiobon.Core.Api.Controllers;
/// <summary>
/// 考试记录组(Controller)
/// </summary>
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)]
public class Ghre_ExamRecordGroupController : BaseController<IGhre_ExamRecordGroupServices, Ghre_ExamRecordGroup, Ghre_ExamRecordGroupDto, InsertGhre_ExamRecordGroupInput, EditGhre_ExamRecordGroupInput>
{
public Ghre_ExamRecordGroupController(IGhre_ExamRecordGroupServices service) : base(service)
{
}
}

@ -4965,6 +4965,116 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordDetailBase.GroupId">
<summary>
考试组ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase">
<summary>
考试记录组 (Dto.Base)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamId">
<summary>
试卷ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.StudyRecordId">
<summary>
培训记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamRecordId">
<summary>
考试记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamTime">
<summary>
考试时间
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Score">
<summary>
得分
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.StaffId">
<summary>
员工ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.RemarkSz">
<summary>
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.IsDefault">
<summary>
默认标志
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse1">
<summary>
预留字段1
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse2">
<summary>
预留字段2
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse3">
<summary>
预留字段3
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse4">
<summary>
预留字段4
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse5">
<summary>
预留字段5
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse6">
<summary>
预留字段6
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse7">
<summary>
预留字段7
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse8">
<summary>
预留字段8
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse9">
<summary>
预留字段9
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse10">
<summary>
预留字段10
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ReverseI1">
<summary>
预留字段11
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ReverseI2">
<summary>
预留字段12
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaffBase">
<summary>
Ghre_ExamStaff (Dto.Base)
@ -16077,6 +16187,11 @@
Ghre_ExamRecordDetail (Dto.EditInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhre_ExamRecordGroupInput">
<summary>
考试记录组 (Dto.EditInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhre_ExamStaffInput">
<summary>
Ghre_ExamStaff (Dto.EditInput)
@ -16658,6 +16773,11 @@
Ghre_ExamRecordDetail (Dto.InsertInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhre_ExamRecordGroupInput">
<summary>
考试记录组 (Dto.InsertInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhre_ExamStaffInput">
<summary>
Ghre_ExamStaff (Dto.InsertInput)
@ -22177,6 +22297,116 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordDetail.GroupId">
<summary>
考试组ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup">
<summary>
考试记录组 (Model)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamId">
<summary>
试卷ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.StudyRecordId">
<summary>
培训记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamRecordId">
<summary>
考试记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamTime">
<summary>
考试时间
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Score">
<summary>
得分
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.StaffId">
<summary>
员工ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.RemarkSz">
<summary>
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.IsDefault">
<summary>
默认标志
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse1">
<summary>
预留字段1
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse2">
<summary>
预留字段2
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse3">
<summary>
预留字段3
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse4">
<summary>
预留字段4
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse5">
<summary>
预留字段5
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse6">
<summary>
预留字段6
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse7">
<summary>
预留字段7
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse8">
<summary>
预留字段8
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse9">
<summary>
预留字段9
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse10">
<summary>
预留字段10
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ReverseI1">
<summary>
预留字段11
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ReverseI2">
<summary>
预留字段12
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaff">
<summary>
Ghre_ExamStaff (Model)
@ -34593,6 +34823,21 @@
修改信息
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto">
<summary>
考试记录组(Dto.View1)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto.CreateDataInfo">
<summary>
创建信息
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto.UpdateDataInfo">
<summary>
修改信息
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaffDto">
<summary>
Ghre_ExamStaff(Dto.View)

@ -1063,6 +1063,11 @@
Ghre_ExamRecordDetail(Controller)
</summary>
</member>
<member name="T:Tiobon.Core.Api.Controllers.Ghre_ExamRecordGroupController">
<summary>
考试记录组(Controller)
</summary>
</member>
<member name="T:Tiobon.Core.Api.Controllers.Ghre_ExamStaffController">
<summary>
Ghre_ExamStaff(Controller)

@ -0,0 +1,8 @@
namespace Tiobon.Core.IServices;
/// <summary>
/// 考试记录组(自定义服务接口)
/// </summary>
public interface IGhre_ExamRecordGroupServices : IBaseServices<Ghre_ExamRecordGroup, Ghre_ExamRecordGroupDto, InsertGhre_ExamRecordGroupInput, EditGhre_ExamRecordGroupInput>
{
}

@ -6,9 +6,9 @@
*
* Ver
*
*V0.01 2024/7/9 13:45:10 SimonHsiao
*V0.01 2025/4/16 11:52:20 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
@ -150,4 +150,9 @@ public class Ghre_ExamRecordDetailBase
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 考试组ID
/// </summary>
public long? GroupId { get; set; }
}

@ -0,0 +1,137 @@
/* ,
* Ghre_ExamRecordGroup.cs
*
* N / A
* Ghre_ExamRecordGroup
*
* Ver
*
*V0.01 2025/4/16 11:55:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
*
*/
namespace Tiobon.Core.Model.Models;
/// <summary>
/// 考试记录组 (Dto.Base)
/// </summary>
public class Ghre_ExamRecordGroupBase
{
/// <summary>
/// 试卷ID
/// </summary>
public long? ExamId { get; set; }
/// <summary>
/// 培训记录ID
/// </summary>
public long? StudyRecordId { get; set; }
/// <summary>
/// 考试记录ID
/// </summary>
public long? ExamRecordId { get; set; }
/// <summary>
/// 考试时间
/// </summary>
public DateTime? ExamTime { get; set; }
/// <summary>
/// 得分
/// </summary>
[Display(Name = "Score"), Description("得分"), Column(TypeName = "decimal(20,2)")]
public decimal? Score { get; set; }
/// <summary>
/// 员工ID
/// </summary>
public int? StaffId { get; set; }
/// <summary>
/// 备注
/// </summary>
[Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")]
public string RemarkSz { get; set; }
/// <summary>
/// 默认标志
/// </summary>
public int? IsDefault { get; set; }
/// <summary>
/// 预留字段1
/// </summary>
[Display(Name = "Reverse1"), Description("预留字段1"), MaxLength(1000, ErrorMessage = "预留字段1 不能超过 1000 个字符")]
public string Reverse1 { get; set; }
/// <summary>
/// 预留字段2
/// </summary>
[Display(Name = "Reverse2"), Description("预留字段2"), MaxLength(1000, ErrorMessage = "预留字段2 不能超过 1000 个字符")]
public string Reverse2 { get; set; }
/// <summary>
/// 预留字段3
/// </summary>
[Display(Name = "Reverse3"), Description("预留字段3"), MaxLength(1000, ErrorMessage = "预留字段3 不能超过 1000 个字符")]
public string Reverse3 { get; set; }
/// <summary>
/// 预留字段4
/// </summary>
[Display(Name = "Reverse4"), Description("预留字段4"), MaxLength(1000, ErrorMessage = "预留字段4 不能超过 1000 个字符")]
public string Reverse4 { get; set; }
/// <summary>
/// 预留字段5
/// </summary>
[Display(Name = "Reverse5"), Description("预留字段5"), MaxLength(1000, ErrorMessage = "预留字段5 不能超过 1000 个字符")]
public string Reverse5 { get; set; }
/// <summary>
/// 预留字段6
/// </summary>
[Display(Name = "Reverse6"), Description("预留字段6"), MaxLength(1000, ErrorMessage = "预留字段6 不能超过 1000 个字符")]
public string Reverse6 { get; set; }
/// <summary>
/// 预留字段7
/// </summary>
[Display(Name = "Reverse7"), Description("预留字段7"), MaxLength(1000, ErrorMessage = "预留字段7 不能超过 1000 个字符")]
public string Reverse7 { get; set; }
/// <summary>
/// 预留字段8
/// </summary>
[Display(Name = "Reverse8"), Description("预留字段8"), MaxLength(1000, ErrorMessage = "预留字段8 不能超过 1000 个字符")]
public string Reverse8 { get; set; }
/// <summary>
/// 预留字段9
/// </summary>
[Display(Name = "Reverse9"), Description("预留字段9"), MaxLength(1000, ErrorMessage = "预留字段9 不能超过 1000 个字符")]
public string Reverse9 { get; set; }
/// <summary>
/// 预留字段10
/// </summary>
[Display(Name = "Reverse10"), Description("预留字段10"), MaxLength(1000, ErrorMessage = "预留字段10 不能超过 1000 个字符")]
public string Reverse10 { get; set; }
/// <summary>
/// 预留字段11
/// </summary>
public int? ReverseI1 { get; set; }
/// <summary>
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
}

@ -0,0 +1,26 @@
/* ,
* Ghre_ExamRecordGroup.cs
*
* N / A
* Ghre_ExamRecordGroup
*
* Ver
*
*V0.01 2025/4/16 11:55:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
*
*/
namespace Tiobon.Core.Model.Models;
/// <summary>
/// 考试记录组 (Dto.EditInput)
/// </summary>
public class EditGhre_ExamRecordGroupInput : Ghre_ExamRecordGroupBase
{
}

@ -0,0 +1,26 @@
/* ,
* Ghre_ExamRecordGroup.cs
*
* N / A
* Ghre_ExamRecordGroup
*
* Ver
*
*V0.01 2025/4/16 11:55:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
*
*/
namespace Tiobon.Core.Model.Models;
/// <summary>
/// 考试记录组 (Dto.InsertInput)
/// </summary>
public class InsertGhre_ExamRecordGroupInput : Ghre_ExamRecordGroupBase
{
}

@ -6,9 +6,9 @@
*
* Ver
*
*V0.01 2024/7/9 13:45:10 SimonHsiao
*V0.01 2025/4/16 11:52:20 SimonHsiao
*
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
@ -151,4 +151,9 @@ public class Ghre_ExamRecordDetail : BasePoco
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 考试组ID
/// </summary>
public long? GroupId { get; set; }
}

@ -0,0 +1,138 @@
/* ,
* Ghre_ExamRecordGroup.cs
*
* N / A
* Ghre_ExamRecordGroup
*
* Ver
*
*V0.01 2025/4/16 11:55:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
*
*/
namespace Tiobon.Core.Model.Models;
/// <summary>
/// 考试记录组 (Model)
/// </summary>
[SugarTable("Ghre_ExamRecordGroup", "Ghre_ExamRecordGroup"), Entity(TableCnName = "考试记录组", TableName = "Ghre_ExamRecordGroup")]
public class Ghre_ExamRecordGroup : BasePoco
{
/// <summary>
/// 试卷ID
/// </summary>
public long? ExamId { get; set; }
/// <summary>
/// 培训记录ID
/// </summary>
public long? StudyRecordId { get; set; }
/// <summary>
/// 考试记录ID
/// </summary>
public long? ExamRecordId { get; set; }
/// <summary>
/// 考试时间
/// </summary>
public DateTime? ExamTime { get; set; }
/// <summary>
/// 得分
/// </summary>
[Display(Name = "Score"), Description("得分"), Column(TypeName = "decimal(20,2)")]
public decimal? Score { get; set; }
/// <summary>
/// 员工ID
/// </summary>
public int? StaffId { get; set; }
/// <summary>
/// 备注
/// </summary>
[Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")]
public string RemarkSz { get; set; }
/// <summary>
/// 默认标志
/// </summary>
public int? IsDefault { get; set; }
/// <summary>
/// 预留字段1
/// </summary>
[Display(Name = "Reverse1"), Description("预留字段1"), MaxLength(1000, ErrorMessage = "预留字段1 不能超过 1000 个字符")]
public string Reverse1 { get; set; }
/// <summary>
/// 预留字段2
/// </summary>
[Display(Name = "Reverse2"), Description("预留字段2"), MaxLength(1000, ErrorMessage = "预留字段2 不能超过 1000 个字符")]
public string Reverse2 { get; set; }
/// <summary>
/// 预留字段3
/// </summary>
[Display(Name = "Reverse3"), Description("预留字段3"), MaxLength(1000, ErrorMessage = "预留字段3 不能超过 1000 个字符")]
public string Reverse3 { get; set; }
/// <summary>
/// 预留字段4
/// </summary>
[Display(Name = "Reverse4"), Description("预留字段4"), MaxLength(1000, ErrorMessage = "预留字段4 不能超过 1000 个字符")]
public string Reverse4 { get; set; }
/// <summary>
/// 预留字段5
/// </summary>
[Display(Name = "Reverse5"), Description("预留字段5"), MaxLength(1000, ErrorMessage = "预留字段5 不能超过 1000 个字符")]
public string Reverse5 { get; set; }
/// <summary>
/// 预留字段6
/// </summary>
[Display(Name = "Reverse6"), Description("预留字段6"), MaxLength(1000, ErrorMessage = "预留字段6 不能超过 1000 个字符")]
public string Reverse6 { get; set; }
/// <summary>
/// 预留字段7
/// </summary>
[Display(Name = "Reverse7"), Description("预留字段7"), MaxLength(1000, ErrorMessage = "预留字段7 不能超过 1000 个字符")]
public string Reverse7 { get; set; }
/// <summary>
/// 预留字段8
/// </summary>
[Display(Name = "Reverse8"), Description("预留字段8"), MaxLength(1000, ErrorMessage = "预留字段8 不能超过 1000 个字符")]
public string Reverse8 { get; set; }
/// <summary>
/// 预留字段9
/// </summary>
[Display(Name = "Reverse9"), Description("预留字段9"), MaxLength(1000, ErrorMessage = "预留字段9 不能超过 1000 个字符")]
public string Reverse9 { get; set; }
/// <summary>
/// 预留字段10
/// </summary>
[Display(Name = "Reverse10"), Description("预留字段10"), MaxLength(1000, ErrorMessage = "预留字段10 不能超过 1000 个字符")]
public string Reverse10 { get; set; }
/// <summary>
/// 预留字段11
/// </summary>
public int? ReverseI1 { get; set; }
/// <summary>
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
}

@ -0,0 +1,34 @@
/* ,
* Ghre_ExamRecordGroup.cs
*
* N / A
* Ghre_ExamRecordGroup
*
* Ver
*
*V0.01 2025/4/16 11:55:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
*  
* SimonHsiao
*
*/
namespace Tiobon.Core.Model.Models;
/// <summary>
/// 考试记录组(Dto.View1)
/// </summary>
public class Ghre_ExamRecordGroupDto : Ghre_ExamRecordGroup
{
/// <summary>
/// 创建信息
/// </summary>
public string CreateDataInfo { get; set; }
/// <summary>
/// 修改信息
/// </summary>
public string UpdateDataInfo { get; set; }
}

@ -0,0 +1,15 @@
namespace Tiobon.Core.Services;
/// <summary>
/// 考试记录组 (服务)
/// </summary>
public class Ghre_ExamRecordGroupServices : BaseServices<Ghre_ExamRecordGroup, Ghre_ExamRecordGroupDto, InsertGhre_ExamRecordGroupInput, EditGhre_ExamRecordGroupInput>, IGhre_ExamRecordGroupServices
{
private readonly IBaseRepository<Ghre_ExamRecordGroup> _dal;
public Ghre_ExamRecordGroupServices(ICaching caching, IBaseRepository<Ghre_ExamRecordGroup> dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}

@ -4965,6 +4965,116 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordDetailBase.GroupId">
<summary>
考试组ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase">
<summary>
考试记录组 (Dto.Base)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamId">
<summary>
试卷ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.StudyRecordId">
<summary>
培训记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamRecordId">
<summary>
考试记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ExamTime">
<summary>
考试时间
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Score">
<summary>
得分
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.StaffId">
<summary>
员工ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.RemarkSz">
<summary>
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.IsDefault">
<summary>
默认标志
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse1">
<summary>
预留字段1
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse2">
<summary>
预留字段2
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse3">
<summary>
预留字段3
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse4">
<summary>
预留字段4
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse5">
<summary>
预留字段5
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse6">
<summary>
预留字段6
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse7">
<summary>
预留字段7
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse8">
<summary>
预留字段8
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse9">
<summary>
预留字段9
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.Reverse10">
<summary>
预留字段10
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ReverseI1">
<summary>
预留字段11
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupBase.ReverseI2">
<summary>
预留字段12
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaffBase">
<summary>
Ghre_ExamStaff (Dto.Base)
@ -16077,6 +16187,11 @@
Ghre_ExamRecordDetail (Dto.EditInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhre_ExamRecordGroupInput">
<summary>
考试记录组 (Dto.EditInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.EditGhre_ExamStaffInput">
<summary>
Ghre_ExamStaff (Dto.EditInput)
@ -16658,6 +16773,11 @@
Ghre_ExamRecordDetail (Dto.InsertInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhre_ExamRecordGroupInput">
<summary>
考试记录组 (Dto.InsertInput)
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.InsertGhre_ExamStaffInput">
<summary>
Ghre_ExamStaff (Dto.InsertInput)
@ -22177,6 +22297,116 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordDetail.GroupId">
<summary>
考试组ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup">
<summary>
考试记录组 (Model)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamId">
<summary>
试卷ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.StudyRecordId">
<summary>
培训记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamRecordId">
<summary>
考试记录ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ExamTime">
<summary>
考试时间
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Score">
<summary>
得分
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.StaffId">
<summary>
员工ID
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.RemarkSz">
<summary>
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.IsDefault">
<summary>
默认标志
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse1">
<summary>
预留字段1
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse2">
<summary>
预留字段2
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse3">
<summary>
预留字段3
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse4">
<summary>
预留字段4
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse5">
<summary>
预留字段5
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse6">
<summary>
预留字段6
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse7">
<summary>
预留字段7
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse8">
<summary>
预留字段8
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse9">
<summary>
预留字段9
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.Reverse10">
<summary>
预留字段10
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ReverseI1">
<summary>
预留字段11
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroup.ReverseI2">
<summary>
预留字段12
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaff">
<summary>
Ghre_ExamStaff (Model)
@ -34593,6 +34823,21 @@
修改信息
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto">
<summary>
考试记录组(Dto.View1)
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto.CreateDataInfo">
<summary>
创建信息
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_ExamRecordGroupDto.UpdateDataInfo">
<summary>
修改信息
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_ExamStaffDto">
<summary>
Ghre_ExamStaff(Dto.View)

@ -1063,6 +1063,11 @@
Ghre_ExamRecordDetail(Controller)
</summary>
</member>
<member name="T:Tiobon.Core.Api.Controllers.Ghre_ExamRecordGroupController">
<summary>
考试记录组(Controller)
</summary>
</member>
<member name="T:Tiobon.Core.Api.Controllers.Ghre_ExamStaffController">
<summary>
Ghre_ExamStaff(Controller)

Loading…
Cancel
Save