Feat:添加默认的查询实体

This commit is contained in:
wangyu 2020-11-21 14:26:08 +08:00
parent c3338024f1
commit b7d6628ac4
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public class Result<T> {
return this; return this;
} }
@JsonIgnore
public boolean isSuccess() { public boolean isSuccess() {
return SUCCESS.equals(this.code); return SUCCESS.equals(this.code);
} }