1
zj
2026-01-14 716f77637e6e324fd5865e82039c2c2ee3f94bfa
src/main/java/com/nq/vo/position/UserPendingorderVO.java
@@ -19,6 +19,7 @@
    private Integer id;
    private String stockId;
    private String stockName;
    private String stockGid;
    private Integer buyNum;
@@ -33,10 +34,12 @@
    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;
    private static final long serialVersionUID = 1L;
}