zhengyiming
2025-04-01 f885db9e204c172c62779f45c3edee3cae463b8d
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -593,7 +593,28 @@
    public decimal Profit { get; set; }
}
public class LifePayConsumptionPageInput : ChannelsBaseInput
{
    /// <summary>
    /// 查询条件
    /// </summary>
    public string? KeyWord { get; set; }
    /// <summary>
    /// 资金流向
    /// </summary>
    public ConsumptionFlowEnum? Flow { get; set; }
    /// <summary>
    /// 记账开始时间
    /// </summary>
    public DateTime? TimeBegin { get; set; }
    /// <summary>
    /// 记账结束时间
    /// </summary>
    public DateTime? TimeEnd { get; set; }
}
public class LifePayRechargeReceiptsPageInput : ChannelsBaseInput
{
    /// <summary>