puzhibing
19 小时以前 d2a65425646e33c26b8a98c394c7990a6bfb6b03
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 {
}