Interface DestroyableService<P>

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

public interface DestroyableService<P>
可销毁(物理删除)实体服务
Since:
2025-05-14 17:30
Author:
夜雨
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    销毁(物理删除)
  • Method Details

    • destroy

      void destroy(P p)
      销毁(物理删除)
      Parameters:
      p - 数据对象
      Throws:
      com.imyeyu.java.bean.timi.TimiException - 服务异常