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/Kolkata") private Date createTime;