修改GrowthPoint不为int?的类型
This commit is contained in:
@ -44,7 +44,7 @@ namespace QYZH.InteractiveMagazine.Models.Dto.Journal
|
||||
/// <summary>
|
||||
/// 成长值
|
||||
/// </summary>
|
||||
public float GrowthPoint { get; set; }
|
||||
public int GrowthPoint { get; set; }
|
||||
/// <summary>
|
||||
/// 理解力评分
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user