-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
叶云轩.LenovoImage.Work
committed
Oct 30, 2019
1 parent
0f9220d
commit ddfe0b2
Showing
5 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aaaaa | ||
aaaaaaaaaa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.yyx.xf.tool.web.util; | ||
|
||
import org.yyx.xf.tool.web.domain.entity.ResponseEntity; | ||
import org.yyx.xf.tool.web.domain.constant.ResponseConstant; | ||
import org.yyx.xf.tool.web.domain.entity.BaseResponse; | ||
import org.yyx.xf.tool.web.domain.entity.ResponseEntity; | ||
|
||
/** | ||
* Http响应工具类 | ||
|
@@ -11,11 +11,11 @@ | |
* @author 叶云轩 at [email protected] | ||
* @date 2018/10/14-21:13 | ||
*/ | ||
public class ResponseUtil { | ||
public class UtilResponse { | ||
/** | ||
* 私有构造 | ||
*/ | ||
private ResponseUtil() { | ||
private UtilResponse() { | ||
} | ||
|
||
/** | ||
|