update
This commit is contained in:
@@ -44,8 +44,6 @@ public class Result<T> implements Serializable {
|
|||||||
@Schema(description = "返回数据对象")
|
@Schema(description = "返回数据对象")
|
||||||
private T result;
|
private T result;
|
||||||
|
|
||||||
private Object xhyCount;
|
|
||||||
private Object lhsCount;
|
|
||||||
/**
|
/**
|
||||||
* 不返回数据
|
* 不返回数据
|
||||||
*
|
*
|
||||||
@@ -133,7 +131,6 @@ public class Result<T> implements Serializable {
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static <T> Result<T> OK(String msg, T data) {
|
public static <T> Result<T> OK(String msg, T data) {
|
||||||
Result<T> r = new Result<T>();
|
Result<T> r = new Result<T>();
|
||||||
r.setSuccess(true);
|
r.setSuccess(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user