注释修改

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 的
*/