xiaochanghai 12 months ago
parent 15eec3a1d6
commit 373029cf78
  1. 4
      Tiobon.Core.Model/Base/Ghre/Ghre_ExamRecord.Dto.Base.cs
  2. 2
      Tiobon.Core.Model/Base/Ghre/Ghre_ExamStaff.Dto.Base.cs
  3. 4
      Tiobon.Core.Model/Models/Ghre/Ghre_ExamRecord.cs
  4. 2
      Tiobon.Core.Model/Models/Ghre/Ghre_ExamStaff.cs

@ -33,9 +33,9 @@ namespace Tiobon.Core.Model.Models
public long? ExamId { get; set; }
/// <summary>
/// 用户ID
/// 员工ID
/// </summary>
public long? UserId { get; set; }
public long? StaffId { get; set; }
/// <summary>
/// 试卷ID

@ -34,7 +34,7 @@ namespace Tiobon.Core.Model.Models
/// <summary>
/// 员工ID
/// </summary>
public long? StaffId { get; set; }
public int? StaffId { get; set; }
/// <summary>
/// 来源

@ -35,9 +35,9 @@ namespace Tiobon.Core.Model.Models
public long? ExamId { get; set; }
/// <summary>
/// 用户ID
/// 员工ID
/// </summary>
public long? UserId { get; set; }
public long? StaffId { get; set; }
/// <summary>
/// 试卷ID

@ -36,7 +36,7 @@ namespace Tiobon.Core.Model.Models
/// <summary>
/// 员工ID
/// </summary>
public long? StaffId { get; set; }
public int? StaffId { get; set; }
/// <summary>
/// 来源

Loading…
Cancel
Save