public interface FlwInstanceDao
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | deleteById(Long id) | 
| boolean | deleteByProcessId(Long processId) | 
| boolean | insert(FlwInstance flwInstance) | 
| FlwInstance | selectById(Long id) | 
| Long | selectCountByParentInstanceId(Long parentInstanceId) | 
| Optional<List<FlwInstance>> | selectListByBusinessKey(String businessKey) | 
| Optional<List<FlwInstance>> | selectListByParentInstanceId(Long parentInstanceId) | 
| boolean | updateById(FlwInstance instance) | 
boolean insert(FlwInstance flwInstance)
boolean deleteById(Long id)
boolean deleteByProcessId(Long processId)
boolean updateById(FlwInstance instance)
FlwInstance selectById(Long id)
Optional<List<FlwInstance>> selectListByParentInstanceId(Long parentInstanceId)
Optional<List<FlwInstance>> selectListByBusinessKey(String businessKey)
Copyright © 2025. All rights reserved.