Pu Zhibing
2025-07-18 fdfa8b3b237d8bba8964bda67364f54c08d79432
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> {
}