liujie
2023-10-20 1e790795f4e2c365f604ecc0fc1b290e3ff3c35f
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);
    }
}