public interface FlwProcessDao
限定符和类型 | 方法和说明 |
---|---|
boolean |
deleteById(Long id) |
boolean |
insert(FlwProcess process) |
FlwProcess |
selectById(Long id) |
List<FlwProcess> |
selectListByProcessKeyAndVersion(String tenantId,
String processKey,
Integer version) |
boolean |
updateById(FlwProcess process) |
boolean |
updateByProcessKey(FlwProcess process,
String tenantId,
String processKey) |
boolean insert(FlwProcess process)
boolean deleteById(Long id)
boolean updateById(FlwProcess process)
boolean updateByProcessKey(FlwProcess process, String tenantId, String processKey)
FlwProcess selectById(Long id)
List<FlwProcess> selectListByProcessKeyAndVersion(String tenantId, String processKey, Integer version)
Copyright © 2025. All rights reserved.