chore: 优化部分注释

This commit is contained in:
2025-08-11 21:30:18 +08:00
parent 26effb6ee2
commit 974a41373d
10 changed files with 13 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ import top.continew.starter.core.constant.StringConstants;
import top.continew.starter.core.enums.BaseEnum;
/**
* Easy Excel 枚举接口转换器
* Excel 枚举接口转换器
*
* @see BaseEnum
*

View File

@@ -26,7 +26,7 @@ import cn.idev.excel.metadata.data.WriteCellData;
import cn.idev.excel.metadata.property.ExcelContentProperty;
/**
* Easy Excel 大数值转换器
* Excel 大数值转换器
* <p>
* Excel 中对长度超过 15 位的数值输入是有限制的,从 16 位开始无论录入什么数字均会变为 0因此输入时只能以文本的形式进行录入
* </p>

View File

@@ -29,7 +29,7 @@ import top.continew.starter.core.constant.StringConstants;
import java.util.List;
/**
* Easy Excel List 集合转换器
* Excel List 集合转换器
*
* <p>
* 仅适合 List<基本类型> <=> xxx,xxx 转换