Pu Zhibing
2024-09-20 3682f8f0a9ce3e5d5f55bbafb4455c0dda3c3ae2
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.TCarColor;
 
public interface TCarColorMapper extends BaseMapper<TCarColor> {
}