package com.example.demo.service; import com.example.demo.entity.MaterialEntity; /** * Created by Hb_zzZ on 2021/4/8. */ public interface IMaterialService extends IBaseService<MaterialEntity> { }