parent
81b27e7a0b
commit
0d29638c9c
@ -1,36 +0,0 @@
|
||||
package com.macro.mall.mapper;
|
||||
|
||||
import com.macro.mall.model.CmsHelp;
|
||||
import com.macro.mall.model.CmsHelpExample;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface CmsHelpMapper {
|
||||
long countByExample(CmsHelpExample example);
|
||||
|
||||
int deleteByExample(CmsHelpExample example);
|
||||
|
||||
int deleteByPrimaryKey(Long id);
|
||||
|
||||
int insert(CmsHelp record);
|
||||
|
||||
int insertSelective(CmsHelp record);
|
||||
|
||||
List<CmsHelp> selectByExampleWithBLOBs(CmsHelpExample example);
|
||||
|
||||
List<CmsHelp> selectByExample(CmsHelpExample example);
|
||||
|
||||
CmsHelp selectByPrimaryKey(Long id);
|
||||
|
||||
int updateByExampleSelective(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
|
||||
|
||||
int updateByExampleWithBLOBs(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
|
||||
|
||||
int updateByExample(@Param("record") CmsHelp record, @Param("example") CmsHelpExample example);
|
||||
|
||||
int updateByPrimaryKeySelective(CmsHelp record);
|
||||
|
||||
int updateByPrimaryKeyWithBLOBs(CmsHelp record);
|
||||
|
||||
int updateByPrimaryKey(CmsHelp record);
|
||||
}
|
||||
Loading…
Reference in new issue