LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -286,7 +286,7 @@ /// <summary> /// 实际到账金额 /// </summary> public decimal ActualReceivedAmount { get; set; } public decimal? ActualReceivedAmount { get; set; } public LifePayStatusEnum? ActualReceivedStatus { get; set; } }