Merge pull request '修复 编辑学生信息时候减免金额未填写可能导致的400' (#41) from dev into staging

Reviewed-on: #41
This commit is contained in:
hy 2025-11-17 18:38:14 +08:00
commit fade4388cd
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>
/// 学生状态 /// 学生状态