This commit is contained in:
Redkale
2020-09-17 00:32:15 +08:00
parent 79cb79481e
commit 788f7d5eb1

View File

@@ -45,10 +45,10 @@ public class RetResult<T> implements Serializable {
protected String retinfo;
@ConvertColumn(index = 3)
protected Map<String, String> attach;
protected T result;
@ConvertColumn(index = 4)
protected T result;
protected Map<String, String> attach;
protected Convert convert;