wang-hao-jie
2022-01-18 d9da603305a2b94bde78483fa8777a43ee352548
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/serviceimpl/ICustomerServiceImpl.java
@@ -40,4 +40,9 @@
    public Month getCustomerCount(Integer year) {
        return customerMapper.getCustomerCount(year);
    }
    @Override
    public int sumLogin() {
        return customerMapper.sumLogin();
    }
}