- package com.xjrsoft.module.dataexpert.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.dataexpert.entity.DataExpertSource;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 数据导出-数据源设置
- * @Author dzx
- * @Date: 2024-04-19
- * @Version 1.0
- */
- @Mapper
- public interface DataExpertSourceMapper extends MPJBaseMapper<DataExpertSource> {
- }
|