935090232@qq.com
2022-02-22 bbe0a2fd03063316e50cf141986bda984599bbda
zq-erp/src/main/java/com/matrix/system/shopXcx/api/vo/ShopCartBillVo.java
@@ -26,6 +26,18 @@
     * 未优惠之前的总金额
     */
    private BigDecimal srcTotal = BigDecimal.ZERO;
    /**
     * 抵用积分
     */
    private BigDecimal scorePay = BigDecimal.ZERO;
    public BigDecimal getScorePay() {
        return scorePay;
    }
    public void setScorePay(BigDecimal scorePay) {
        this.scorePay = scorePay;
    }
    public BigDecimal getBillTotal() {
        return billTotal;