puzhibing
2023-11-28 9d909e5f8048b74ac56d8f853758cfccfea61759
cloud-server-other/src/main/java/com/dsh/other/entity/Site.java
@@ -106,7 +106,7 @@
     * 添加时间
     */
    @TableField("insertTime")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date insertTime;
    @TableField("operatorId")
    private Integer operatorId;
@@ -128,5 +128,6 @@
    private Double playPaiCoinOne;
    @TableField("ids")
    private String ids;
    @TableField("sign")
    private Integer sign;
}