src/main/java/com/nq/vo/position/UserPendingorderVO.java
@@ -17,6 +17,7 @@ @Data public class UserPendingorderVO { private Integer id; private Integer userId; private String stockId; private String stockName; @@ -33,7 +34,7 @@ private BigDecimal nowPrice; private BigDecimal targetPrice; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo") private Date addTime; private Integer status;