zhengyiming
2025-06-09 d30353e38d24c06d93ce28bd15b36c24f41cfd0c
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; }
}