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

Merged
hy merged 1 commits from dev into staging 2025-11-17 18:33:16 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e342b14dd - Show all commits

View File

@ -26,7 +26,7 @@ namespace Learn.Archives.Core.Model
/// 减免金额 /// 减免金额
/// </summary> /// </summary>
[SugarColumn(DecimalDigits =2, IsNullable = true)] [SugarColumn(DecimalDigits =2, IsNullable = true)]
public decimal AmountRelief { get; set; } public decimal? AmountRelief { get; set; }
/// <summary> /// <summary>
/// 减免是否申请 /// 减免是否申请
/// </summary> /// </summary>