修改方法逻辑、以及业务调整

This commit is contained in:
2026-06-25 14:53:45 +08:00
parent 4fb861d9e6
commit 1eb986177d
8 changed files with 688 additions and 170 deletions

View File

@ -6,7 +6,12 @@ namespace QYZH.InteractiveMagazine.Models.Dto.UserAnswerTaskService;
public class UserAnswerTaskListOutput
{
/// <summary>
/// 目名称
/// 一级栏目名称
/// </summary>
public string FirstLevelCatalogName { get; set; }
/// <summary>
/// 目录名称(二级栏目)
/// </summary>
public string CatalogName { get; set; }