staging #38
|
|
@ -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>
|
||||
/// 减免是否申请
|
||||
|
|
|
|||
Loading…
Reference in New Issue