peter
2025-12-30 0c74d36f29e8279d9061d57466b3f488a4e1b89f
src/main/java/com/nq/vo/position/PositionProfitVO.java
@@ -12,6 +12,16 @@
    private String allProfitAndLoseStr;
    private BigDecimal orderTotalPrice;
    public BigDecimal getOrderTotalPrice() {
        return orderTotalPrice;
    }
    public void setOrderTotalPrice(BigDecimal orderTotalPrice) {
        this.orderTotalPrice = orderTotalPrice;
    }
    public void setNowPrice(String nowPrice) {
        this.nowPrice = nowPrice;
    }