接口 LogService

所有超级接口:
HiverBaseService<Log,Long>
所有已知实现类:
LogServiceImpl

public interface LogService extends HiverBaseService<Log,Long>
日志接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 方法详细资料

    • findByConfition

      org.springframework.data.domain.Page<Log> findByConfition(Integer type, String key, SearchVo searchVo, org.springframework.data.domain.Pageable pageable)
      分页搜索获取日志
    • deleteAll

      void deleteAll()
      删除所有