src/main/java/com/nq/vo/futuresposition/UserFuturesPositionVO.java
@@ -1,5 +1,6 @@ package com.nq.vo.futuresposition; import com.fasterxml.jackson.annotation.JsonFormat; import java.math.BigDecimal; import java.util.Date; @@ -20,10 +21,12 @@ private String futuresGid; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo") private Date buyOrderTime; private BigDecimal buyOrderPrice; @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Tokyo") private Date sellOrderTime; private BigDecimal sellOrderPrice;