Merge pull request 'staging' (#40) from staging into master

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

View File

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