nickchange
2023-10-16 2f42c91fcc7545c98900d9a3a1a0c9d77f28fc83
cloud-server-other/src/main/java/com/dsh/other/entity/Site.java
@@ -108,5 +108,21 @@
    @TableField("insertTime")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date insertTime;
    @TableField("imgs")
    private String imgs;
    @TableField("introduce")
    private String introduce;
    @TableField("ishalf")
    private Integer ishalf;
    @TableField("nextName")
    private String nextName;
    @TableField("halfName")
    private String halfName;
    @TableField("cashPriceOne")
    private Double cashPriceOne;
    @TableField("playPaiCoinOne")
    private Double playPaiCoinOne;
    @TableField("ids")
    private String ids;
}