docs: 注释优化

This commit is contained in:
Ray.Hao
2025-04-02 09:51:53 +08:00
parent 4451c170c8
commit b57853477d
29 changed files with 105 additions and 138 deletions

View File

@@ -8,7 +8,7 @@ import com.youlai.boot.system.model.vo.DictItemPageVO;
import org.apache.ibatis.annotations.Mapper;
/**
* 字典数据映射层
* 字典映射层
*
* @author Ray Hao
* @since 2.9.0
@@ -17,7 +17,7 @@ import org.apache.ibatis.annotations.Mapper;
public interface DictItemMapper extends BaseMapper<DictItem> {
/**
* 字典数据分页列表
* 字典分页列表
*/
Page<DictItemPageVO> getDictItemPage(Page<DictItemPageVO> page, DictItemPageQuery queryParams);
}