44323
2023-10-30 9d19ca02aa30c4d486a4cfe861d698d454ce8d5b
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;
@@ -28,5 +29,5 @@
    String getFirst();
    List<Banner> list1(Integer position);
    List<BannerVo> list1(Integer position);
}