Pu Zhibing
2025-04-07 4109495b9c51a4bbd8b0a7c3c69093909d2e33e1
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> {
}