This commit is contained in:
Lqc 2025-08-22 16:02:46 +08:00
parent d7b8733123
commit b3fda1650b

View File

@ -35,11 +35,13 @@ public class RepoBizController {
@Autowired @Autowired
private RepoMapper repoMapper; private RepoMapper repoMapper;
@Autowired
private IRepoService repoService; private IRepoService repoService;
@Autowired @Autowired
private IQuestionRepoService questionRepoService; private IQuestionRepoService questionRepoService;
@Autowired @Autowired
private EntityLinkBizService entityLinkBizService; private EntityLinkBizService entityLinkBizService;
@Autowired
private IQuestionService questionService; private IQuestionService questionService;
@Autowired @Autowired
private IQuestionOptionService questionOptionService; private IQuestionOptionService questionOptionService;