Pu Zhibing
2025-02-25 49e96cc15baf35d710fe3a049fb97aff6a1af132
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> {
}