【fix sonar】OnlAuthDataServiceImpl文件

This commit is contained in:
梁琦涛
2023-03-13 14:07:47 +08:00
parent 71be16d307
commit 55c7e2c332
@@ -10,7 +10,7 @@ import com.jero.generater.modules.online.auth.service.IOnlAuthDataService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("OnlAuthDataServiceImpl")
@Service("onlAuthDataServiceImpl")
public class OnlAuthDataServiceImpl extends ServiceImpl<OnlAuthDataMapper, OnlAuthData> implements IOnlAuthDataService {
@Autowired
private OnlAuthRelationMapper onlAuthRelationMapper;