无关风月
2 天以前 cfa7d0a90e7da9b52606ab8fca364fa5bddddcd4
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;
}