注释修改

This commit is contained in:
胡稍葛 2025-05-22 10:44:37 +08:00
parent 37884accc3
commit b17015db09

View File

@ -83,7 +83,7 @@ public class SelectSheetWriteHandler implements SheetWriteHandler {
/**
* 判断字段是否是静态的最终的 transient
* ExcelExcel 默认是忽略 static final transient 的字段所以需要判断
* EasyExcel 默认是忽略 static final transient 的字段所以需要判断
* @param field 字段
* @return 是否是静态的最终的 transient
*/