hooj0 commented on code in PR #619:
URL: https://github.com/apache/fesod/pull/619#discussion_r2415485673
##########
fesod/src/main/java/org/apache/fesod/excel/converters/WriteConverterContext.java:
##########
@@ -44,6 +44,11 @@ public class WriteConverterContext<T> {
*/
private T value;
+ /**
+ * Java row level record
+ */
+ private Object record;
Review Comment:
采用泛型对已存在的代码改动比较多,我可以增加get方法进行泛型输出,这样改动比较少。在使用行级对象的时候不需要进行强制类型转换。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]