Pu Zhibing
5 天以前 d4093d81c0d60e830cb8372b40c1d7d042ce9239
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> {
}