luofl
2025-04-11 a9edc2f62628007e2c5e86d416d484780238f13f
cloud-server-other/src/main/java/com/dsh/other/entity/HomeModule.java
@@ -85,4 +85,9 @@
     */
    @TableField("typeId")
    private Integer typeId;
    /**
     * 展示类型 1:横屏 2:竖屏
     */
    @TableField("displayType")
    private Integer displayType;
}