mirror of https://gitee.com/stylefeng/roses
【7.0.3】BaseRequest
parent
8656cdbc47
commit
8bceb2ed24
|
@ -75,6 +75,21 @@ public class BaseRequest implements Serializable {
|
||||||
*/
|
*/
|
||||||
private Map<String, Object> otherParams;
|
private Map<String, Object> otherParams;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 唯一请求号
|
||||||
|
*/
|
||||||
|
private String requestNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 业务节点id
|
||||||
|
*/
|
||||||
|
private String spanId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 当前登录用户的token
|
||||||
|
*/
|
||||||
|
private String token;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 参数校验分组:分页
|
* 参数校验分组:分页
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue