package com.example.demo.serviceInterface; import com.example.demo.model.Book; /** * Generated by Springboot-3layer-Generator at Feb 26, 2023, 4:11:11 PM */ public interface BookService extends CrudService { }