1
luofl
2025-04-11 1222dbd259fbd739db3f8fc95c95f85822b0a731
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;
}