1
zj
2026-01-18 27f6c2275479ab2355f796b427efe7312545a68e
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;