namespace Tnb.BasicData.Interfaces { /// /// 推送记录服务 /// public interface IBasPushRuleLogService { /// /// 停止推送 /// /// /// public Task Stop(Dictionary dic); } }