💬 注释修改

This commit is contained in:
bunny 2025-07-18 00:24:44 +08:00
parent 20e7f71936
commit b9ffbb75b0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import org.apache.ibatis.annotations.Param;
public interface RoleMapper extends BaseMapper<RoleEntity> { public interface RoleMapper extends BaseMapper<RoleEntity> {
/** /**
* * 分页查询系统角色表内容 * 分页查询系统角色表内容
* *
* @param pageParams 系统角色表分页参数 * @param pageParams 系统角色表分页参数
* @param dto 系统角色表查询表单 * @param dto 系统角色表查询表单

View File

@ -26,7 +26,7 @@ import java.util.List;
public interface UserMapper extends BaseMapper<UserEntity> { public interface UserMapper extends BaseMapper<UserEntity> {
/** /**
* * 分页查询用户基本信息表内容 * 分页查询用户基本信息表内容
* *
* @param pageParams 用户基本信息表分页参数 * @param pageParams 用户基本信息表分页参数
* @param dto 用户基本信息表查询表单 * @param dto 用户基本信息表查询表单