peter
2025-12-09 6b0035bd7726c159c02e506d76f936e6e8206146
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;
    }