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