Pu Zhibing
2025-02-26 ed76f62db481ab1a8c125cf01d5122d1e1606266
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.ShopGiveawayTemporary;
 
/**
 * @author zhibing.pu
 * @Date 2025/2/25 16:06
 */
public interface ShopGiveawayTemporaryMapper extends BaseMapper<ShopGiveawayTemporary> {
}