ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsSeckillAppointmentService.java
@@ -1,7 +1,10 @@ package com.ruoyi.goods.service; import com.ruoyi.common.core.domain.R; import com.ruoyi.goods.domain.GoodsSeckillAppointment; import com.baomidou.mybatisplus.extension.service.IService; import com.ruoyi.system.api.domain.dto.HomeGoodsSkuDTO; import org.springframework.web.bind.annotation.RequestBody; /** * <p> @@ -13,4 +16,6 @@ */ public interface IGoodsSeckillAppointmentService extends IService<GoodsSeckillAppointment> { R goodsSeckillAppointment(@RequestBody HomeGoodsSkuDTO homeGoodsSkuDTO); }