update
This commit is contained in:
@@ -23,7 +23,7 @@ public class TableDataInfo implements Serializable
|
||||
|
||||
/** 消息内容 */
|
||||
private String msg;
|
||||
|
||||
private Object data;
|
||||
/**
|
||||
* 表格数据对象
|
||||
*/
|
||||
@@ -82,4 +82,13 @@ public class TableDataInfo implements Serializable
|
||||
{
|
||||
this.msg = msg;
|
||||
}
|
||||
public Object getData()
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
||||
public void setData(Object data)
|
||||
{
|
||||
this.data = data;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user