namespace EntrustSettle.IServices
{
public interface IQueueService
void Push(string opType, string companyId, string data);
}