zhengyuxuan
2025-03-28 6803ee52d2061fb811440fd17aede81250f0a53b
fix:提交能运行的代码
5个文件已修改
70 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Domain/LifePay/LifePayExpensesReceipts.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml 35 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -670,4 +670,8 @@
    /// 交易金额
    /// </summary>
    public decimal Amount { get; set; }
    /// <summary>
    /// 拓展属性
    /// </summary>
    public string ExtraProperties { get; set; }
}
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1181,5 +1181,33 @@
public class LifePayExpensesReceiptsListOutput
{
    /// <summary>
    /// 平台订单号
    /// </summary>
    public string OrderNo { get; set; }
    /// <summary>
    /// 渠道流水号
    /// </summary>
    public string OutOrderNo { get; set; }
    /// <summary>
    /// 支付渠道
    /// </summary>
    public LifePayTypeEnum LifePayType { get; set; }
    /// <summary>
    /// 收支类型
    /// </summary>
    public ExpensesReceiptsTypeEnum ExpensesReceiptsType { get; set; }
    /// <summary>
    /// 交易金额
    /// </summary>
    public decimal Amount { get; set; }
    /// <summary>
    /// 交易时间
    /// </summary>
    public DateTime FinishTime { get; set; }
}
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs
@@ -125,7 +125,6 @@
        //    return result;
        //}
        /// <summary>
        /// 插入收支流水
        /// </summary>
LifePayment/LifePayment.Domain/LifePay/LifePayExpensesReceipts.cs
@@ -49,7 +49,7 @@
        public DateTime FinishTime { get; set; }
        /// <summary>
        /// 拓展熟悉
        /// 拓展属性
        /// </summary>
        public string ExtraProperties { get; set; }
    }
LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml
@@ -776,6 +776,11 @@
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.AddLifePayExpensesReceiptsInput.ExtraProperties">
            <summary>
            拓展属性
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayIntroInfoInput.LifePayType">
            <summary>
            生活缴费类型
@@ -1671,6 +1676,36 @@
            渠道号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.OrderNo">
            <summary>
            平台订单号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.OutOrderNo">
            <summary>
            渠道流水号
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.LifePayType">
            <summary>
            支付渠道
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.ExpensesReceiptsType">
            <summary>
            收支类型
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.Amount">
            <summary>
            交易金额
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.LifePayExpensesReceiptsListOutput.FinishTime">
            <summary>
            交易时间
            </summary>
        </member>
        <member name="P:LifePayment.Application.Contracts.RecordOperateHistoryEto.RelationId">
            <summary>
            关联关系ID