puzhibing
3 天以前 2a873a04ab9c600b8e0836d1f866a66d87c4b64f
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.goods.service.impl.lottery;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ruoyi.goods.api.domain.TLotteryEventUser;
import com.ruoyi.goods.mapper.lottery.LotteryEventUserMapper;
import com.ruoyi.goods.service.lottery.ILotteryEventUserService;
import org.springframework.stereotype.Service;
 
@Service
public class LotteryEventUserServiceImpl extends ServiceImpl<LotteryEventUserMapper, TLotteryEventUser> implements ILotteryEventUserService {
}