puzhibing
2023-07-12 aa43a92c7ec9053dbaef92fe5ccb3011b670442c
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.other.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.other.entity.Banner;
 
/**
 * @author zhibing.pu
 * @date 2023/7/11 17:47
 */
public interface IBannerService extends IService<Banner> {
}