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