zhengyiming
9 小时以前 668b5b05d80d2a02d7fe9293de08c1cd02ac67e5
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);
}