From c98efe28616d73a741463d7f802895a9b32e447c Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Thu, 24 Oct 2024 10:22:55 +0800
Subject: [PATCH] 无token时设置 tenantId

---
 src/main/java/org/springblade/modules/exam/vo/ScoreAuditRecordsVO.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/exam/vo/ScoreAuditRecordsVO.java b/src/main/java/org/springblade/modules/exam/vo/ScoreAuditRecordsVO.java
index f6ec48e..19475d2 100644
--- a/src/main/java/org/springblade/modules/exam/vo/ScoreAuditRecordsVO.java
+++ b/src/main/java/org/springblade/modules/exam/vo/ScoreAuditRecordsVO.java
@@ -86,4 +86,5 @@
 	 */
 	private String examTime;
 
+	private String auditUserName;
 }

--
Gitblit v1.9.3