修复mybatis generator重复生成mapper.xml内容的问题

This commit is contained in:
macro
2019-06-19 20:15:02 +08:00
parent 79000a1ee1
commit 310696e269
149 changed files with 150 additions and 148 deletions

View File

@@ -6,7 +6,7 @@ import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsHelpMapper {
int countByExample(CmsHelpExample example);
long countByExample(CmsHelpExample example);
int deleteByExample(CmsHelpExample example);