xuefei
2023-10-17 1894cd3ea093726db90a6baa780a1a2bde708138
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/service/ICustomerService.java
@@ -4,6 +4,8 @@
import com.baomidou.mybatisplus.extension.service.IService;
import cn.exrick.xboot.your.entity.Customer;
import java.util.List;
/**
 * 商户表接口
 * @author zhangzeli
@@ -13,4 +15,8 @@
    int countOpenId();
    Month getCustomerCount(Integer year);
    int sumLogin();
    List<Customer> getYiHuDuoZheng();
}