From 3dfe99a609b364d84d6a8ee46768345923318ad9 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 11 May 2026 10:34:58 +0800
Subject: [PATCH] 修改
---
exam-system/src/main/java/com/gkhy/exam/system/domain/ExStudentStudy.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/exam-system/src/main/java/com/gkhy/exam/system/domain/ExStudentStudy.java b/exam-system/src/main/java/com/gkhy/exam/system/domain/ExStudentStudy.java
index 4a1ea34..9bb0f05 100644
--- a/exam-system/src/main/java/com/gkhy/exam/system/domain/ExStudentStudy.java
+++ b/exam-system/src/main/java/com/gkhy/exam/system/domain/ExStudentStudy.java
@@ -72,9 +72,6 @@
@TableField("progress")
private BigDecimal progress;
- @ApiModelProperty("资源类型(PPT,MP4,PDF)")
- @TableField("resource_type")
- private String resourceType;
@ApiModelProperty("创建时间")
@TableField("create_time")
--
Gitblit v1.9.2