zhengyuxuan
2025-03-27 0eeebd371df03fe1f25f7389ab1fec66efcee2ef
fix:充值流水
3个文件已修改
11 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1147,4 +1147,9 @@
    /// 凭证
    /// </summary>
    public string Voucher { get; set; }
    /// <summary>
    /// 记账时间
    /// </summary>
    public DateTime CreationTime { get; set; }
}
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs
@@ -42,6 +42,7 @@
                    RechargeAmount = x.RechargeAmount,
                    Remark = x.Remark,
                    Voucher = x.Voucher.GetOssPath(),
                    CreationTime = x.CreationTime,
                })
                .GetPageResult(input.PageModel);
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -1593,6 +1593,11 @@
            凭证
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayRechargeReceiptsListOutput.CreationTime">
            <summary>
            记账时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId">
            <summary>
            关联关系ID