peter
2025-11-26 566a1b9fda0276e2cc4a35f7ba322c0e599a2c84
src/main/java/com/nq/vo/position/PositionProfitVO.java
@@ -10,6 +10,7 @@
    private BigDecimal allProfitAndLose;
    private String allProfitAndLoseStr;
    public void setNowPrice(String nowPrice) {
        this.nowPrice = nowPrice;
@@ -71,5 +72,12 @@
        return this.allProfitAndLose;
    }
    public String getAllProfitAndLoseStr() {
        return allProfitAndLoseStr;
    }
    public void setAllProfitAndLoseStr(String allProfitAndLoseStr) {
        this.allProfitAndLoseStr = allProfitAndLoseStr;
    }
}