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

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

opt;

parent e028e331
...@@ -11,6 +11,7 @@ import java.util.List; ...@@ -11,6 +11,7 @@ import java.util.List;
public class Error { public class Error {
String message; String message;
String code; String code;
Object data;
public Error() { public Error() {
...@@ -20,20 +21,4 @@ public class Error { ...@@ -20,20 +21,4 @@ public class Error {
this.code = code; this.code = code;
this.message = message; this.message = message;
} }
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
} }
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