liujie
2025-08-05 d7073ba542fa70a4882c44a7484753deaa4fd7e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.stylefeng.guns.modular.shunfeng.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.shunfeng.model.Brand;
 
/**
 * <p>
 * 顺风车品牌 服务类
 * </p>
 *
 * @author wumeng123
 * @since 2020-04-27
 */
public interface IBrandService extends IService<Brand> {
 
}