1
zj
2026-01-14 716f77637e6e324fd5865e82039c2c2ee3f94bfa
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;