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