docs: 注释优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user