public abstract class BaseEntityWrapper<E,V> extends Object
| Constructor and Description |
|---|
BaseEntityWrapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract V |
entityVO(E entity)
单个实体类包装
|
List<V> |
listVO(List<E> list)
实体类集合包装
|
com.baomidou.mybatisplus.core.metadata.IPage<V> |
pageVO(com.baomidou.mybatisplus.core.metadata.IPage<E> pages)
分页实体类集合包装
|
Copyright © 2023. All rights reserved.