package com.example.demo.repository; import com.example.demo.model.Diancan; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; public interface DiancanRespository extends JpaRepository, JpaSpecificationExecutor { Integer countByZhuohao(String zhuohao); }