package com.ruoyi.other.service.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.ruoyi.other.api.domain.ShopGiveawayTemporary;
|
import com.ruoyi.other.mapper.ShopGiveawayTemporaryMapper;
|
import com.ruoyi.other.service.IShopGiveawayTemporaryService;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* @author zhibing.pu
|
* @Date 2025/2/25 16:07
|
*/
|
@Service
|
public class ShopGiveawayTemporaryServiceImpl extends ServiceImpl<ShopGiveawayTemporaryMapper, ShopGiveawayTemporary> implements IShopGiveawayTemporaryService {
|
}
|