From f0f00e9ba8a755e4317e029d73b69a92ad9f9df1 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Sat, 14 Sep 2024 17:02:41 +0800
Subject: [PATCH] update
---
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