ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/lottery/ILotteryEventQuestionsAnswersService.java
@@ -1,11 +1,11 @@ package com.ruoyi.goods.service.lottery; import com.baomidou.mybatisplus.extension.service.IService; import com.ruoyi.goods.api.domain.LotteryEventQuestionsAnswers; import com.ruoyi.goods.api.domain.TLotteryEventQuestionsAnswers; /** * @author zhibing.pu * @Date 2025/5/19 16:18 */ public interface ILotteryEventQuestionsAnswersService extends IService<LotteryEventQuestionsAnswers> { public interface ILotteryEventQuestionsAnswersService extends IService<TLotteryEventQuestionsAnswers> { }