44323
2023-11-17 e863d3485d077c90988c81a756b37ef21cf4962e
cloud-server-other/src/main/java/com/dsh/other/mapper/BannerMapper.java
@@ -4,6 +4,7 @@
import com.dsh.other.entity.Banner;
import com.dsh.other.feignclient.model.AdvertisementChangeStateDTO;
import com.dsh.other.feignclient.model.AdvertisementQuery;
import com.dsh.other.model.BannerVo;
import org.apache.ibatis.annotations.Param;
import org.springframework.web.bind.annotation.PathVariable;
@@ -27,4 +28,6 @@
    List<Banner> listAll(@Param("query") AdvertisementQuery query);
    String getFirst();
    List<BannerVo> list1(Integer position);
}