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 | 6 ++++++
1 files changed, 6 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 3a8c565..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
@@ -93,5 +93,11 @@
@TableField("update_time")
private LocalDateTime updateTime;
+ @ApiModelProperty("排序1正序2倒序")
+ @TableField(exist = false)
+ private Integer sort;
+
+ @TableField("top_time")
+ private LocalDateTime topTime;
}
--
Gitblit v1.9.2