| | |
| | | package ${packageName}.service.impl; |
| | | |
| | | import org.dromara.common.core.utils.MapstructUtils; |
| | | #if($table.crud || $table.sub) |
| | | import org.dromara.common.core.utils.StringUtils; |
| | | #if($table.crud) |
| | | import org.dromara.common.mybatis.core.page.TableDataInfo; |
| | | import org.dromara.common.mybatis.core.page.PageQuery; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | |
| | | return baseMapper.selectVoById(${pkColumn.javaField}); |
| | | } |
| | | |
| | | #if($table.crud || $table.sub) |
| | | #if($table.crud) |
| | | /** |
| | | * 查询${functionName}列表 |
| | | */ |