【7.0.3】BaseRequest

pull/15/MERGE
fengshuonan 2021-05-10 14:00:37 +08:00
parent 8656cdbc47
commit 8bceb2ed24
1 changed files with 15 additions and 0 deletions

View File

@ -75,6 +75,21 @@ public class BaseRequest implements Serializable {
*/
private Map<String, Object> otherParams;
/**
*
*/
private String requestNo;
/**
* id
*/
private String spanId;
/**
* token
*/
private String token;
/**
*
*/