LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -246,6 +246,16 @@ } public class UpdateLifePayOrderInput { public Guid Id { get; set; } /// <summary> /// 实际到账金额 /// </summary> public decimal ActualReceivedAmount { get; set; } } //public class ChannelsBaseInput : PageInput //{ // public string CheckChannelId { get; set; }