public interface FlwExtInstanceDao
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | deleteById(Long instanceId) | 
| boolean | deleteByProcessId(Long processId) | 
| boolean | insert(FlwExtInstance extInstance) | 
| FlwExtInstance | selectById(Long id) | 
| boolean | updateById(FlwExtInstance extInstance) | 
boolean insert(FlwExtInstance extInstance)
boolean deleteByProcessId(Long processId)
boolean deleteById(Long instanceId)
boolean updateById(FlwExtInstance extInstance)
FlwExtInstance selectById(Long id)
Copyright © 2025. All rights reserved.