Compare commits
2 Commits
cd4bf087a2
...
c4030a40d1
| Author | SHA1 | Date |
|---|---|---|
|
|
c4030a40d1 | |
|
|
ad4f3c6f9e |
|
|
@ -25,7 +25,7 @@ namespace Learn.Archives.Core.Model
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 减免金额
|
/// 减免金额
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(DecimalDigits =2)]
|
[SugarColumn(DecimalDigits =2, IsNullable = true)]
|
||||||
public decimal AmountRelief { get; set; }
|
public decimal AmountRelief { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 减免是否申请
|
/// 减免是否申请
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue