sunpengfei
8 天以前 484de131314a90144cceac6ea721e345ad014f08
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);
}