修复 编辑学生信息时候减免金额未填写可能导致的400

This commit is contained in:
小肥羊 2025-11-17 18:37:56 +08:00
parent 6e342b14dd
commit 34ea470652
1 changed files with 1 additions and 2 deletions

View File

@ -320,8 +320,7 @@ namespace Learn.Archives.Core.Model.Dto
/// <summary> /// <summary>
/// 减免金额 /// 减免金额
/// </summary> /// </summary>
[SugarColumn(DecimalDigits = 2)] public decimal? AmountRelief { get; set; }
public decimal AmountRelief { get; set; }
/// <summary> /// <summary>
/// 学生状态 /// 学生状态