Pre Merge pull request !251 from 郭嘉/N/A

pull/251/MERGE
郭嘉 3 years ago committed by Gitee
commit 07d3f3b70e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -102,14 +102,4 @@ public class R<T> implements Serializable
{
this.data = data;
}
public Boolean isError()
{
return !isSuccess();
}
public Boolean isSuccess()
{
return R.SUCCESS == getCode();
}
}

Loading…
Cancel
Save