Compare commits
No commits in common. "457b4cd450b91afcbc7d9a39b2bf3669c0252f30" and "d185ff09ee4d2098752f9362e220909e79ee5c24" have entirely different histories.
457b4cd450
...
d185ff09ee
|
|
@ -320,7 +320,8 @@ namespace Learn.Archives.Core.Model.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 减免金额
|
/// 减免金额
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public decimal? AmountRelief { get; set; }
|
[SugarColumn(DecimalDigits = 2)]
|
||||||
|
public decimal AmountRelief { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 学生状态
|
/// 学生状态
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue