Commit 4a794fde authored by yanzg's avatar yanzg

升级新版本

parent 9ecb8b76
...@@ -49,10 +49,13 @@ class Fanxing<T> { ...@@ -49,10 +49,13 @@ class Fanxing<T> {
private T data; private T data;
/**
* 用于检测参数可能为null,提醒必须传参数
*/
private Integer val = 0; private Integer val = 0;
/** /**
* null值反序列化后不会为null * null值反序列化后不会为null,这里不需要提醒传参数为null,一般都是通过数量来控制的
*/ */
private List<T> list = new ArrayList<>(); private List<T> list = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment