zhengyiming
20 小时以前 f7bb0825bc06b8cea32caa44d2326dde51990e77
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayRateService.cs
@@ -47,4 +47,6 @@
    /// <param name="id"></param>
    /// <returns></returns>
    Task<int> DeleteRateChannel(Guid id);
    Task<CreateEditRateChannelOutput> GetRateChannelByCode(string code);
}