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
private RepoMapper repoMapper;
@Autowired
private IRepoService repoService;
@Autowired
private IQuestionRepoService questionRepoService;
@Autowired
private EntityLinkBizService entityLinkBizService;
@Autowired
private IQuestionService questionService;
@Autowired
private IQuestionOptionService questionOptionService;