xuefei
2023-10-17 1894cd3ea093726db90a6baa780a1a2bde708138
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;
@@ -11,4 +12,11 @@
 */
public interface ICustomerService extends IService<Customer> {
    int countOpenId();
    Month getCustomerCount(Integer year);
    int sumLogin();
    List<Customer> getYiHuDuoZheng();
}