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

Reviewed-on: #37
This commit is contained in:
hy 2025-11-17 18:24:11 +08:00
commit c4030a40d1
1 changed files with 1 additions and 1 deletions

View File

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