记得上下班打卡 | git大法好,push需谨慎

Commit e093c971 authored by 张国柄's avatar 张国柄

fix:response.data.json;

parent a7ea28f4
...@@ -15,7 +15,6 @@ public class ResponseDto<T> implements Serializable, Cloneable { ...@@ -15,7 +15,6 @@ public class ResponseDto<T> implements Serializable, Cloneable {
private static final long serialVersionUID = 8377276776600901982L; private static final long serialVersionUID = 8377276776600901982L;
private String code; private String code;
private String message; private String message;
@JsonInclude(JsonInclude.Include.NON_NULL)
private T data; private T data;
public boolean isSuccess() { public boolean isSuccess() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment