提交修改

This commit is contained in:
quyixiao 2025-11-07 23:37:55 +08:00
parent 9a1cc9fba1
commit 6376edf6b8

View File

@ -12,7 +12,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
/*** /***
* url * url
*/ */
private String url; private String uri;
/*** /***
* 执行时间 * 执行时间
@ -42,7 +42,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
String userName, String userName,
String traceId, String traceId,
long msgSendTime, long msgSendTime,
String url, String uri,
Long exet, Long exet,
String params, String params,
Long buyerId, Long buyerId,
@ -51,7 +51,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
) { ) {
this.token = token; this.token = token;
this.userName = userName; this.userName = userName;
this.url = url; this.uri = uri;
this.traceId = traceId; this.traceId = traceId;
this.msgSendTime = msgSendTime; this.msgSendTime = msgSendTime;
this.exet = exet; this.exet = exet;