IMaterialService.java 200 B

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