jyy
2021-04-13 ba3c255cbfc3fd6ff0708dca96c9e256c690e370
zq-erp/src/main/java/com/matrix/system/hive/statistics/DailySaleVo.java
@@ -18,6 +18,8 @@
    private String shopName;
    private BigDecimal shouldPay;
    private BigDecimal totalPay;
    private BigDecimal cashPay;
@@ -100,6 +102,14 @@
    private Long shopId;
    public BigDecimal getShouldPay() {
        return shouldPay;
    }
    public void setShouldPay(BigDecimal shouldPay) {
        this.shouldPay = shouldPay;
    }
    public BigDecimal getWechat() {
        return wechat;
    }