public interface FlowSkipDao<T extends Skip> extends WarmDao<T>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteSkipByDefIds(Collection<? extends Serializable> defIds)
批量删除节点跳转关联
|
delete, deleteById, deleteByIds, newEntity, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateByIdint deleteSkipByDefIds(Collection<? extends Serializable> defIds)
defIds - 需要删除的数据主键集合Copyright © 2024. All rights reserved.