From 888da8f97aab268eeac73078c9eccb6056de4739 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期三, 20 八月 2025 15:52:28 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0 --- cloud-server-other/src/main/java/com/dsh/other/entity/TStoreOtherConfigTrue.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/TStoreOtherConfigTrue.java b/cloud-server-other/src/main/java/com/dsh/other/entity/TStoreOtherConfigTrue.java index b3ee637..0454553 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/TStoreOtherConfigTrue.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/TStoreOtherConfigTrue.java @@ -75,6 +75,11 @@ @TableField("typeId") private Integer typeId; + /** + * displayType展示类型 1:横屏 2:竖屏 + */ + @TableField(exist = false) + private Integer displayType; @Override -- Gitblit v1.7.1