mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
refactor(Result.java): total类型由Long→long值
This commit is contained in:
parent
61febddb90
commit
d6bc56e7a4
@ -21,7 +21,7 @@ public class Result<T> implements Serializable {
|
||||
|
||||
private String msg;
|
||||
|
||||
private Long total;
|
||||
private long total;
|
||||
|
||||
public static <T> Result<T> success() {
|
||||
return success(null);
|
||||
|
Loading…
Reference in New Issue
Block a user