This commit is contained in:
glz
2026-07-01 17:05:41 +08:00
4 changed files with 98 additions and 66 deletions

View File

@ -8,7 +8,7 @@ public class BatchClaimPointsInput
/// <summary>
/// 任务分组Id列表JournalPageTaskGroupId
/// </summary>
public List<long> GroupIds { get; set; } = [];
public HashSet<long> GroupIds { get; set; } = [];
}
/// <summary>
@ -73,6 +73,11 @@ public class BatchClaimFailItem
/// </summary>
public long GroupId { get; set; }
/// <summary>
/// 任务编号(从 JournalPageTask.No 字段按 - 分割取索引2前面加"任务"
/// </summary>
public string TaskNo { get; set; }
/// <summary>
/// 失败原因
/// </summary>

View File

@ -63,7 +63,7 @@ namespace QYZH.InteractiveMagazine.Models.Entity
/// Default:0
/// Nullable:False
/// </summary>
public float GrowthPoints { get; set; }
public int GrowthPoints { get; set; }
/// <summary>
/// Desc:题目得分