wjli
2023-05-16 5c12c5a4490898f20259e9de83767c4dadff10ba
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/service/ICustomerService.java
@@ -1,5 +1,6 @@
package cn.exrick.xboot.your.service;
import cn.exrick.xboot.your.vo.Month;
import com.baomidou.mybatisplus.extension.service.IService;
import cn.exrick.xboot.your.entity.Customer;
@@ -12,4 +13,10 @@
public interface ICustomerService extends IService<Customer> {
    int countOpenId();
    Month getCustomerCount(Integer year);
    int sumLogin();
    List<Customer> getYiHuDuoZheng();
}