1
zj
2026-02-06 4687e36631bb949bf9fe68f36628781c7e7aafca
src/main/java/com/nq/vo/indexposition/UserIndexPositionVO.java
@@ -1,5 +1,6 @@
package com.nq.vo.indexposition;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.math.BigDecimal;
import java.util.Date;
@@ -21,10 +22,12 @@
    private String indexGid;
    @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;