公告板
版本库
活动
搜索
登录
java
/
HongRuiTang
海恒-鸿瑞堂
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
新增加注册抽奖校验
Pu Zhibing
2025-05-08
afdd96be3f266ee04e7c4a427eb010708e1cace3
[java/HongRuiTang.git]
/
ruoyi-modules
/
ruoyi-goods
/
src
/
main
/
java
/
com
/
ruoyi
/
goods
/
service
/
lottery
/
ILotteryEventService.java
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.LotteryEvent;
/**
* @author zhibing.pu
* @Date 2025/5/8 18:05
*/
public interface ILotteryEventService extends IService<LotteryEvent> {
}