Pu Zhibing
4 天以前 f8695411d66a17c99661cf68a88e3f0e78295ff8
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.TLotteryEventQuestions;
 
/**
 * @author zhibing.pu
 * @Date 2025/5/26 18:03
 */
public interface ILotteryEventQuestionsService extends IService<TLotteryEventQuestions> {
}