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(); } }