jyy
2021-09-03 3868b706ee3ee115a400d77abc3b69b83ea448c7
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;