Skip to content

Commit c11e506

Browse files
committed
fix: SysLog 查询接口返回 traceId
1 parent f372c24 commit c11e506

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo

framework/framework_svc/src/main/java/com/github/cadecode/uniboot/framework/svc/bean/vo/SysLogVo.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ public static class SysLogPageVo {
5050

5151
private String userAgent;
5252

53+
private String traceId;
54+
5355
private Date createTime;
5456

5557
private Date updateTime;
5658

5759
private String updateUser;
60+
5861
}
5962
}

0 commit comments

Comments
 (0)