baizonghao
2023-03-14 bd8147d7890bf60d88e4007c1af726ba5f364cf5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.service.portal;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.entity.portal.WebsiteLogo;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author wl
 * @since 2022-09-07
 */
public interface UmsWebsiteLogoService extends IService<WebsiteLogo> {
 
}