From 5771c822e99c38f0484559f1f68843979f0df24b Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 20 九月 2023 19:12:54 +0800
Subject: [PATCH] 后台代码

---
 cloud-server-other/src/main/java/com/dsh/other/entity/Banner.java |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/Banner.java b/cloud-server-other/src/main/java/com/dsh/other/entity/Banner.java
index a664590..5ae4606 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/entity/Banner.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/entity/Banner.java
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableName;
+import io.swagger.models.auth.In;
 import lombok.Data;
 
 import java.util.Date;
@@ -50,4 +51,34 @@
      */
     @TableField("insertTime")
     private Date insertTime;
+    /**
+     * 跳转模块
+     */
+    @TableField("model")
+    private String model;
+    /**
+     * 广告名称
+     */
+    @TableField("name")
+    private String name;
+    /**
+     * 跳转类型
+     */
+    @TableField("type")
+    private String type;
+    /**
+     * 跳转类型
+     */
+    @TableField("turnId")
+    private String turnId;
+    /**
+     * 跳转页面id
+     */
+    @TableField("pageId")
+    private Integer pageId;
+    /**
+     * 跳转类型id
+     */
+    @TableField("typeId")
+    private Integer typeId;
 }

--
Gitblit v1.7.1