package com.tianbo.analysis.dao; import com.tianbo.analysis.model.SENDLOG; public interface SENDLOGMapper { int insert(SENDLOG record); int insertSelective(SENDLOG record); }