| | |
| | | package com.highdatas.mdm.mapper; |
| | | |
| | | import com.highdatas.mdm.entity.MasterAuthorDetail; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | | |
| | | /** |
| | | * <p> |
| | | * Mapper 接口 |
| | | * </p> |
| | | * |
| | | * @author kimi |
| | | * @since 2020-03-23 |
| | | */ |
| | | public interface MasterAuthorDetailMapper extends BaseMapper<MasterAuthorDetail> { |
| | | |
| | | } |
| | | package com.highdatas.mdm.mapper;
|
| | |
|
| | | import com.highdatas.mdm.entity.MasterAuthorDetail;
|
| | | import com.baomidou.mybatisplus.mapper.BaseMapper;
|
| | |
|
| | | /**
|
| | | * <p>
|
| | | * Mapper 接口
|
| | | * </p>
|
| | | *
|
| | | * @author kimi
|
| | | * @since 2020-03-23
|
| | | */
|
| | | public interface MasterAuthorDetailMapper extends BaseMapper<MasterAuthorDetail> {
|
| | |
|
| | | }
|