1
zj
2026-01-14 5bb6f5a1c9c50e0d432add93a98626a66145b0ee
src/main/java/com/nq/pojo/MoneyLog.java
@@ -11,7 +11,7 @@
public class MoneyLog {
    @TableId(value = "id",type = IdType.AUTO)
    private int id;
    private Integer id;
    private String type;
    private String amount;
    private String descs;
@@ -20,7 +20,7 @@
    private String accectType;
    private String userId;
    private String symbol;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo")
    private Date createTime;