zhibing.pu
2024-09-11 e46b648749b8ba9cde852b7bc965ef602ca57da4
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> {
 
 
 
}