Pu Zhibing
2025-03-25 d3e9a09cb54017a8063e5bfe3ace5012f66f3130
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.other.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.ShopGiveawayTemporary;
 
/**
 * @author zhibing.pu
 * @Date 2025/2/25 16:07
 */
public interface IShopGiveawayTemporaryService extends IService<ShopGiveawayTemporary> {
}