Compare commits
No commits in common. "82d9fc1999671ff98fc451185b1b1f63f1cadd3b" and "c4030a40d128200a4d8c8a4ee1255cc534acd85a" have entirely different histories.
82d9fc1999
...
c4030a40d1
|
|
@ -26,7 +26,7 @@ namespace Learn.Archives.Core.Model
|
||||||
/// 减免金额
|
/// 减免金额
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(DecimalDigits =2, IsNullable = true)]
|
[SugarColumn(DecimalDigits =2, IsNullable = true)]
|
||||||
public decimal? AmountRelief { get; set; }
|
public decimal AmountRelief { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 减免是否申请
|
/// 减免是否申请
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue