From e033f8a6f821cdb06bbf17e5f10da2d8a8d7297e Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Tue, 17 May 2022 21:45:39 +0800
Subject: [PATCH] fix score orderList and flowList and editor
---
src/main/java/cc/mrbird/febs/mall/dto/MallNewsInfoDto.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/dto/MallNewsInfoDto.java b/src/main/java/cc/mrbird/febs/mall/dto/MallNewsInfoDto.java
index 4994bc9..f363987 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/MallNewsInfoDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/MallNewsInfoDto.java
@@ -19,4 +19,10 @@
*/
private Integer type;
+ private String videoUrl;
+
+ private String thumb;
+
+ private String categoryId;
+
}
--
Gitblit v1.9.1