接口 FlwExtInstanceDao

所有已知实现类:
FlwExtInstanceDaoImpl

public interface FlwExtInstanceDao
扩展流程实例数据访问层接口

官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负

从以下版本开始:
1.0
作者:
hubin
  • 方法详细资料

    • insert

      boolean insert(FlwExtInstance extInstance)
    • deleteByProcessId

      boolean deleteByProcessId(Long processId)
    • deleteById

      boolean deleteById(Long instanceId)
    • updateById

      boolean updateById(FlwExtInstance extInstance)
    • selectById

      FlwExtInstance selectById(Long id)