From 27ce12d3ed00ed5d70ce785653a16db092c3ef88 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 28 八月 2025 21:33:27 +0800 Subject: [PATCH] bug修改 --- cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java b/cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java index 7aeaab4..ce1999d 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java @@ -85,4 +85,13 @@ */ @TableField("typeId") private Integer typeId; + /** + * 展示类型 1:横屏 2:竖屏 + */ + @TableField("displayType") + private Integer displayType; + + @TableField("storeId") + private Integer storeId; + } -- Gitblit v1.7.1