添加缺少的@ Override

pull/129/MERGE
Sxile 2020-06-19 18:09:09 +08:00
parent 40333c6b16
commit 07c3a67b70
1 changed files with 1 additions and 0 deletions

View File

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