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

Merged
hy merged 1 commits from dev into staging 2025-11-17 18:38:14 +08:00
1 changed files with 1 additions and 2 deletions

View File

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