zhengyuxuan
2025-03-20 fbd573b5d2d05cac61d2184064bb5dd18d0fe61f
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -217,7 +217,7 @@
    /// <summary>
    /// 下单渠道
    /// </summary>
    public Guid? ChannelId { get; set; }
    public string? ChannelId { get; set; }
}
@@ -293,6 +293,7 @@
    public string RefundCheckRemark { get; set; }
}
public class RefundUserLifePayOrderInput : ChannelsBaseInput
{
    public Guid Id { get; set; }
@@ -403,7 +404,8 @@
    /// <summary>
    /// 注册时间
    /// </summary>
    public DateTime? CreationTime { get; set; }
    public DateTime? CreationTimeBegin { get; set; }
    public DateTime? CreationTimeEnd { get; set; }
}
public class Model_UserAccountExtraProperties