refactor: 更新查询对象类,调整基础查询类继承关系并优化代码结构
This commit is contained in:
@@ -30,6 +30,8 @@ public interface UserConverter {
|
||||
|
||||
Page<UserPageVO> toPageVo(Page<UserBO> bo);
|
||||
|
||||
List<UserPageVO> toPageVo(List<UserBO> bo);
|
||||
|
||||
UserForm toForm(User entity);
|
||||
|
||||
@InheritInverseConfiguration(name = "toForm")
|
||||
|
||||
Reference in New Issue
Block a user