添加缺少的@ Override

This commit is contained in:
Sxile
2020-06-19 18:09:09 +08:00
parent 40333c6b16
commit 07c3a67b70

View File

@ -104,6 +104,7 @@ public class GenTableServiceImpl implements IGenTableService
* *
* @return 表信息集合 * @return 表信息集合
*/ */
@Override
public List<GenTable> selectGenTableAll() public List<GenTable> selectGenTableAll()
{ {
return genTableMapper.selectGenTableAll(); return genTableMapper.selectGenTableAll();