This commit is contained in:
@@ -45,10 +45,10 @@ public class RetResult<T> implements Serializable {
|
|||||||
protected String retinfo;
|
protected String retinfo;
|
||||||
|
|
||||||
@ConvertColumn(index = 3)
|
@ConvertColumn(index = 3)
|
||||||
protected Map<String, String> attach;
|
protected T result;
|
||||||
|
|
||||||
@ConvertColumn(index = 4)
|
@ConvertColumn(index = 4)
|
||||||
protected T result;
|
protected Map<String, String> attach;
|
||||||
|
|
||||||
protected Convert convert;
|
protected Convert convert;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user