zhengyuxuan
2025-03-27 714bb0a6dff6d7c7f199c7080d264990018f8b35
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1100,4 +1100,12 @@
public class ChannelRateOutput
{
    public decimal ChannlesRate { get; set; }
}
public class OnlineServiceInput
{
    /// <summary>
    /// 在线客服链接
    /// </summary>
    public string Link { get; set; }
}