TB_ANTIVIRUS_LOGService.java
637 字节
package com.tianbo.analysis.service;
import com.github.pagehelper.PageInfo;
import com.tianbo.analysis.model.TB_ANTIVIRUS_LOG;
/**
* @author shenhl
* <p>
* 2022/1/18/16:15
*/
public interface TB_ANTIVIRUS_LOGService {
PageInfo<TB_ANTIVIRUS_LOG> list(TB_ANTIVIRUS_LOG tbAntivirusLog, int pageSize, int limitSize);
int deleteByPrimaryKey(String autoid);
int insert(TB_ANTIVIRUS_LOG record);
int insertSelective(TB_ANTIVIRUS_LOG record);
TB_ANTIVIRUS_LOG selectByPrimaryKey(String autoid);
int updateByPrimaryKeySelective(TB_ANTIVIRUS_LOG record);
int updateByPrimaryKey(TB_ANTIVIRUS_LOG record);
}