staging #38

Merged
hy merged 4 commits from staging into master 2025-11-17 18:24:24 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ad4f3c6f9e - Show all commits

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>
/// 减免是否申请