puzhibing
2023-09-09 49ffecc181ee442546864c0eb78ba9be66cede15
1
2
3
4
5
6
7
8
9
10
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.TCarColor;
 
public interface ITCarColorService extends IService<TCarColor> {
 
 
 
}