luofl
2025-03-07 faf27967a7f94a4ed03a179ec2670031576f4502
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> {
}