- package com.example.demo.mapper;
- import com.example.demo.entity.RenovationPartsBrandEntity;
- import org.apache.ibatis.annotations.Mapper;
- import org.springframework.stereotype.Component;
- /**
- * Created by Hb_zzZ on 2020/12/24.
- */
- @Mapper
- @Component("IRenovationPartsBrandMapper")
- public interface IRenovationPartsBrandMapper extends IBaseMapper<RenovationPartsBrandEntity>{
- }
|