From 6b8cc277862191ae5d4a7c4ba4c2998a187b03d9 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 25 十二月 2024 11:08:47 +0800
Subject: [PATCH] 添加字段

---
 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