Pu Zhibing
2025-04-21 42be51fbb9da4a79894cf1d43750daeb52c2b82e
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> {
 
 
 
}