From 3814122ba59545d7674d8d4e8805e6b8e489785d Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 25 十二月 2024 10:05:18 +0800
Subject: [PATCH] 修改bug
---
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Banner.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Banner.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Banner.java
index 480fde1..1a47a93 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Banner.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Banner.java
@@ -45,9 +45,6 @@
@TableField("jump_type")
private Integer jumpType;
- @TableField("content_type")
- private Integer contentType;
-
@ApiModelProperty(value = "跳转内容")
@TableField("content")
private String content;
--
Gitblit v1.7.1