zhengyuxuan
2025-03-27 72ed026e6dc651e7bd1f77f41face93a7a9f49cb
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1101,3 +1101,11 @@
{
    public decimal ChannlesRate { get; set; }
}
public class OnlineServiceInput
{
    /// <summary>
    /// 在线客服链接
    /// </summary>
    public string Link { get; set; }
}