luo
2023-09-28 ad9b3c2ade43fbd3b2f2cd8af0653c58753591cc
cloud-server-other/src/main/java/com/dsh/other/service/impl/BannerServiceImpl.java
@@ -41,4 +41,6 @@
    public List<Banner> listAll(AdvertisementQuery query) {
        return bannerMapper.listAll(query);
    }
}