记得上下班打卡 | git大法好,push需谨慎

Commit 9fea1aec authored by zhengfuxin's avatar zhengfuxin

修改service

parent e37d3328
package com.liquidnet.service.goblin.service;
import com.liquidnet.service.goblin.dto.vo.GoblinFrontBannerVo;
import com.liquidnet.service.goblin.dto.vo.GoblinFrontSeckillVo;
import com.liquidnet.service.goblin.entity.GoblinFrontHotWord;
import com.liquidnet.service.goblin.entity.GoblinFrontNavigation;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
public interface GoblinFrontService {
/***
* @author zhangfuxin
* @Description:获取banner
* @date 2022/1/5 下午2:31
*/
ArrayList<GoblinFrontBannerVo> getListBanner();
/***
* @author zhangfuxin
* @Description:获取热词
* @date 2022/1/5 下午2:31
*/
List<GoblinFrontHotWord> getHotWord();
/**
* @author zhangfuxin
* @Description:获得金刚位
* @date 2022/1/5 下午2:51
*/
List<GoblinFrontNavigation> getNavigation();
/**
* 获得秒杀首页要用的
* @return
*/
GoblinFrontSeckillVo getSeckilll() throws ParseException;
/**
* @author zhangfuxin
* @Description:精选商品列表
* @date 2022/1/5 下午3:00
*/
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment