peter
2026-01-01 a66b2a41f265cc9526781e39c1d6c6d5f5d7c013
src/main/java/com/nq/vo/position/PositionProfitVO.java
@@ -10,6 +10,17 @@
    private BigDecimal allProfitAndLose;
    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;
@@ -71,5 +82,12 @@
        return this.allProfitAndLose;
    }
    public String getAllProfitAndLoseStr() {
        return allProfitAndLoseStr;
    }
    public void setAllProfitAndLoseStr(String allProfitAndLoseStr) {
        this.allProfitAndLoseStr = allProfitAndLoseStr;
    }
}