package com.tianbo.analysis.service; public interface SendLogService { int insertSendlog(String type,String reception,String autoId); }