Interface DeletableService<P>

Type Parameters:
P - 主键类型
All Known Subinterfaces:
BaseService<T,P>
All Known Implementing Classes:
AbstractEntityService

public interface DeletableService<P>
可软删除实体服务
Since:
2025-05-14 17:30
Author:
夜雨
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(P p)
    软删除
  • Method Details

    • delete

      void delete(P p)
      软删除
      Parameters:
      p - 数据对象
      Throws:
      com.imyeyu.java.bean.timi.TimiException - 服务异常