mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
Merge branch 'master' of https://gitee.com/durcframework/SOP
This commit is contained in:
@@ -36,10 +36,12 @@ import java.util.Map;
|
|||||||
*/
|
*/
|
||||||
public abstract class BaseRequest<T extends BaseResponse> {
|
public abstract class BaseRequest<T extends BaseResponse> {
|
||||||
|
|
||||||
|
private static final String EMPTY_JSON = "{}";
|
||||||
|
|
||||||
private String method;
|
private String method;
|
||||||
private String version;
|
private String version;
|
||||||
|
|
||||||
private String bizContent;
|
private String bizContent = EMPTY_JSON;
|
||||||
private Object bizModel;
|
private Object bizModel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user