peter
2025-12-01 dc2713378450728f5c157add5a659c16bce71ace
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;
    }
}