@Mapper public interface ApiInterfaceMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<ApiInterface>
api接口表 Mapper 接口
| 限定符和类型 | 方法和说明 |
|---|---|
ApiInterface |
getDetailById(Long id) |
com.baomidou.mybatisplus.core.metadata.IPage<ApiInterface> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiInterface> page,
ApiInterface apiInterface) |
com.baomidou.mybatisplus.core.metadata.IPage<ApiInterface> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiInterface> page, @Param(value="apiInterface") ApiInterface apiInterface)
ApiInterface getDetailById(Long id)
Copyright © 2023. All rights reserved.