public class BaseResponse extends Object
BaseResponse()
String
getCode()
getMsg()
boolean
isSuccess()
void
setCode(String code)
setMsg(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseResponse()
public void setCode(String code)
public void setMsg(String msg)
public String getCode()
public String getMsg()
public boolean isSuccess()
Copyright © 2021. All rights reserved.