wang-hao-jie
2022-02-07 c9cbc0947f6fe578d1f178d73a2dd46d95bec275
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();
    }
}