public interface FlowTaskDao<T extends Task> extends WarmDao<T>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByInsIds(List<Long> instanceIds)
根据instanceIds删除
|
delete, deleteById, deleteByIds, newEntity, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateByIdint deleteByInsIds(List<Long> instanceIds)
instanceIds - 主键Copyright © 2024. All rights reserved.