修改GrowthPoint不为int?的类型

This commit is contained in:
2026-07-01 10:27:19 +08:00
parent b822489111
commit 87bc5c0e0c
5 changed files with 22 additions and 24 deletions

View File

@ -44,7 +44,7 @@ namespace QYZH.InteractiveMagazine.Models.Dto.Journal
/// <summary>
/// 成长值
/// </summary>
public float GrowthPoint { get; set; }
public int GrowthPoint { get; set; }
/// <summary>
/// 理解力评分
/// </summary>