public class FlwExtInstanceDaoImpl extends Object implements FlwExtInstanceDao
| 构造器和说明 | 
|---|
| FlwExtInstanceDaoImpl(FlwExtInstanceMapper extInstanceMapper) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | deleteById(Long instanceId) | 
| boolean | deleteByProcessId(Long processId) | 
| boolean | insert(FlwExtInstance extInstance) | 
| FlwExtInstance | selectById(Long id) | 
| boolean | updateById(FlwExtInstance extInstance) | 
public FlwExtInstanceDaoImpl(FlwExtInstanceMapper extInstanceMapper)
public boolean insert(FlwExtInstance extInstance)
insert 在接口中 FlwExtInstanceDaopublic boolean deleteByProcessId(Long processId)
deleteByProcessId 在接口中 FlwExtInstanceDaopublic boolean deleteById(Long instanceId)
deleteById 在接口中 FlwExtInstanceDaopublic boolean updateById(FlwExtInstance extInstance)
updateById 在接口中 FlwExtInstanceDaopublic FlwExtInstance selectById(Long id)
selectById 在接口中 FlwExtInstanceDaoCopyright © 2025. All rights reserved.