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

This commit is contained in:
郭嘉 2022-09-29 04:16:56 +00:00 committed by Gitee
commit 07d3f3b70e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 10 deletions

View File

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