From 392b42c4891cf2e6beda57ab32c51598f290f4b7 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 14 三月 2025 20:56:27 +0800 Subject: [PATCH] bug修改 --- ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsSeckillAppointmentService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsSeckillAppointmentService.java b/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsSeckillAppointmentService.java index 30e4286..ca8a5f5 100644 --- a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsSeckillAppointmentService.java +++ b/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); + } -- Gitblit v1.7.1