peter
2025-08-18 f94ff78eeeaa3dfd8d964ac517c88a3964e7e0eb
src/main/java/com/nq/vo/position/UserPositionVO.java
@@ -24,6 +24,10 @@
    private String stockSpell;
    private String stockId;
    private String stockGidJb;
    private String buyOrderId;
    private Date buyOrderTime;
@@ -63,4 +67,8 @@
     * 盈亏百分点
     * */
    private String profitAndLoseParent;
    private BigDecimal amountToBeCovered = BigDecimal.ZERO;
    private Boolean isListed = true;
}