Pu Zhibing
2025-04-23 d6df1c415a1e34b6aaa2f107c2b30580992e85e3
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.system.api.model.CarType;
 
/**
 * @author zhibing.pu
 * @Date 2025/3/27 17:22
 */
public interface ICarTypeService extends IService<CarType> {
}