Skip to content

Commit

Permalink
Merge branch 'feature/1.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhouyu committed Oct 25, 2024
2 parents 406436e + bf9f04e commit 9d58ca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import com.fuhouyu.framework.web.enums.ErrorLevelEnum;
import com.fuhouyu.framework.web.enums.ResponseCodeEnum;

import java.io.Serializable;

/**
* <p>
* 错误响应
Expand All @@ -29,7 +27,7 @@
* @author fuhouyu
* @since 2024/10/16 20:35
*/
public class ErrorResponse<T extends Serializable> implements BaseResponse<T> {
public class ErrorResponse<T> implements BaseResponse<T> {

private final Integer code;

Expand Down
1 change: 0 additions & 1 deletion base-framework-web-starter/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
exports com.fuhouyu.framework.web.exception;
exports com.fuhouyu.framework.web.filter;
exports com.fuhouyu.framework.web.handler;
exports com.fuhouyu.framework.web.properties;
exports com.fuhouyu.framework.web.response;
exports com.fuhouyu.framework.web.utils;

Expand Down

0 comments on commit 9d58ca4

Please sign in to comment.