refactor: 更新查询对象类,调整基础查询类继承关系并优化代码结构

This commit is contained in:
Ray.Hao
2026-01-09 00:06:33 +08:00
parent d94b8207a0
commit 7ac74e1657
61 changed files with 304 additions and 477 deletions

View File

@@ -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")