peter
2025-12-05 3a6f68a40bb8be25ce19109ea595e8d0d7bfe510
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;
    }
}