zhibing.pu
2024-08-12 bd9cabb77b9e712f1421f9b7f7a78807b87fb3d7
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> {
}