kongdeqiang
2024-05-16 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9
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
@@ -15,4 +17,6 @@
    Month getCustomerCount(Integer year);
    int sumLogin();
    List<Customer> getYiHuDuoZheng();
}