mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
chore: 优化部分注释
This commit is contained in:
@@ -26,7 +26,7 @@ import top.continew.starter.core.constant.StringConstants;
|
||||
import top.continew.starter.core.enums.BaseEnum;
|
||||
|
||||
/**
|
||||
* Easy Excel 枚举接口转换器
|
||||
* Excel 枚举接口转换器
|
||||
*
|
||||
* @see BaseEnum
|
||||
*
|
||||
|
@@ -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>
|
||||
|
@@ -29,7 +29,7 @@ import top.continew.starter.core.constant.StringConstants;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Easy Excel List 集合转换器
|
||||
* Excel List 集合转换器
|
||||
*
|
||||
* <p>
|
||||
* 仅适合 List<基本类型> <=> xxx,xxx 转换
|
||||
|
Reference in New Issue
Block a user