public interface SchedDependMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
batchInsert(List<SchedDepend> records) |
int |
deleteByChildJobId(long parentJobId) |
int |
deleteByParentJobId(long parentJobId) |
List<SchedDepend> |
findByChildJobIds(Set<Long> childJobIds) |
List<SchedDepend> |
findByParentJobId(long parentJobId) |
int batchInsert(List<SchedDepend> records)
List<SchedDepend> findByParentJobId(long parentJobId)
List<SchedDepend> findByChildJobIds(Set<Long> childJobIds)
int deleteByParentJobId(long parentJobId)
int deleteByChildJobId(long parentJobId)
Copyright © 2025. All rights reserved.