1
zj
2026-03-12 e78d629685eee2301401f253c90b2cd7fe9abcf9
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;