refactor: mapstruct 转换方法命名统一

This commit is contained in:
ray
2024-08-13 19:53:01 +08:00
parent bf9fbde585
commit c8876578ac
11 changed files with 18 additions and 19 deletions

View File

@@ -70,7 +70,7 @@ public class SysRoleServiceImpl extends ServiceImpl<SysRoleMapper, SysRole> impl
);
// 实体转换
return roleConverter.convertToPageVo(rolePage);
return roleConverter.toPageVo(rolePage);
}
/**