public class Res<T> extends Object
Res()
Integer
getCode()
T
getData()
String
getMsg()
void
setCode(int code)
setData(T data)
setMsg(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Res()
public Integer getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
public T getData()
public void setData(T data)
Copyright © 2021. All rights reserved.