peter
2025-12-09 6b0035bd7726c159c02e506d76f936e6e8206146
src/main/java/com/nq/vo/position/UserPositionVO.java
@@ -59,6 +59,7 @@
    private Integer orderStayDays;
    private BigDecimal profitAndLose;
    private BigDecimal allProfitAndLose;
    private String allProfitAndLoseStr;
    private String now_price;
    private String stockPlate;
    /*点差费金额*/
@@ -182,6 +183,14 @@
        this.stockPlate = stockPlate;
    }
    public String getAllProfitAndLoseStr() {
        return allProfitAndLoseStr;
    }
    public void setAllProfitAndLoseStr(String allProfitAndLoseStr) {
        this.allProfitAndLoseStr = allProfitAndLoseStr;
    }
    public boolean equals(Object o) {
        if (o == this) return true;
        if (!(o instanceof UserPositionVO)) return false;