- package cn.com.lzt.car.carshot.dao;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import cn.com.lzt.car.carshot.entity.TBCarShoot;
- /**
- * (TBCarShot)表数据库访问层
- *
- * @author makejava
- * @since 2021-10-14 17:59:59
- */
- public interface TBCarShootDao extends BaseMapper<TBCarShoot> {
- }
|