huliguo
2025-07-09 a5c5fc7c86c37519dbe42b148b47ebfc00f89ca9
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.goods.service.lottery;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.goods.api.domain.TLotteryEventQuestionsAnswers;
 
/**
 * @author zhibing.pu
 * @Date 2025/5/19 16:18
 */
public interface ILotteryEventQuestionsAnswersService extends IService<TLotteryEventQuestionsAnswers> {
}