parent
888b39c930
commit
c4c56f1f41
@ -0,0 +1,16 @@
|
|||||||
|
package com.macro.mall.dao;
|
||||||
|
|
||||||
|
import com.macro.mall.dto.SmsFlashPromotionProduct;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 限时购商品关联自定义Dao
|
||||||
|
*/
|
||||||
|
public interface SmsFlashPromotionProductRelationDao {
|
||||||
|
/**
|
||||||
|
* 获取限时购及相关商品信息
|
||||||
|
*/
|
||||||
|
List<SmsFlashPromotionProduct> getList(@Param("flashPromotionId") Long flashPromotionId, @Param("flashPromotionSessionId") Long flashPromotionSessionId);
|
||||||
|
}
|
Loading…
Reference in new issue