chore: 优化代码注释

This commit is contained in:
2025-07-11 21:41:18 +08:00
parent b4cb147a77
commit 4719a349dd
15 changed files with 27 additions and 12 deletions

View File

@@ -28,8 +28,9 @@ import top.continew.starter.core.enums.BaseEnum;
/**
* Easy Excel 枚举接口转换器
*
* @author Charles7c
* @see BaseEnum
*
* @author Charles7c
* @since 1.2.0
*/
public class ExcelBaseEnumConverter implements Converter<BaseEnum<?>> {