From 63264fe00b684bfec91ca5888f640971dabc0ed2 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 02 Feb 2026 13:41:34 +0800
Subject: [PATCH] 修改模版,新增置顶
---
multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java
index 09d9f32..3f9a162 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/StandardizedTemplate.java
@@ -97,4 +97,7 @@
@TableField(exist = false)
private Integer sort;
+ @TableField("top_time")
+ private LocalDateTime topTime;
+
}
--
Gitblit v1.9.2