无关风月
2025-08-27 c634075944e32cb920686bfc83f09423f8aaf0b1
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.GoodsSeckill;
 
/**
 * @author zhibing.pu
 * @Date 2025/3/26 15:59
 */
public interface GoodsSeckillService extends IService<GoodsSeckill> {
}