-
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
叶云轩.MacBookPro
committed
Dec 9, 2019
1 parent
0f9220d
commit 979a986
Showing
2 changed files
with
28 additions
and
44 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 |
---|---|---|
|
@@ -11,11 +11,11 @@ | |
* @author 叶云轩 at [email protected] | ||
* @date 2018/10/14-21:13 | ||
*/ | ||
public class ResponseUtil { | ||
public class UtilResponse { | ||
/** | ||
* 私有构造 | ||
*/ | ||
private ResponseUtil() { | ||
private UtilResponse() { | ||
} | ||
|
||
/** | ||
|