From b39a0502e7941ce966fda53664cf1b04ba52d65f Mon Sep 17 00:00:00 2001
From: lrj <owen.stl@gmail.com>
Date: 星期三, 01 十月 2025 17:30:24 +0800
Subject: [PATCH] 清理测试文件:删除所有test、debug、fix、check_开头的文件,为重构做准备
---
backend/src/main/java/com/rongyichuang/player/dto/response/SubmissionMediaResponse.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/backend/src/main/java/com/rongyichuang/player/dto/response/SubmissionMediaResponse.java b/backend/src/main/java/com/rongyichuang/player/dto/response/SubmissionMediaResponse.java
index d387fde..d534642 100644
--- a/backend/src/main/java/com/rongyichuang/player/dto/response/SubmissionMediaResponse.java
+++ b/backend/src/main/java/com/rongyichuang/player/dto/response/SubmissionMediaResponse.java
@@ -10,6 +10,7 @@
private String fileExt; // 鏂囦欢鎵╁睍鍚�
private Long fileSize; // 鏂囦欢澶у皬
private Integer mediaType; // 濯掍綋绫诲瀷锛�1=鍥剧墖锛�2=瑙嗛锛�3=鏂囨。绛夛級
+ private String thumbUrl; // 缂╃暐鍥綰RL锛堣棰戝皝闈㈠浘锛�
// Constructors
public SubmissionMediaResponse() {}
@@ -32,4 +33,7 @@
public Integer getMediaType() { return mediaType; }
public void setMediaType(Integer mediaType) { this.mediaType = mediaType; }
+
+ public String getThumbUrl() { return thumbUrl; }
+ public void setThumbUrl(String thumbUrl) { this.thumbUrl = thumbUrl; }
}
\ No newline at end of file
--
Gitblit v1.8.0