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