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
在接口中 FlwExtInstanceDao
public boolean deleteByProcessId(Long processId)
deleteByProcessId
在接口中 FlwExtInstanceDao
public boolean deleteById(Long instanceId)
deleteById
在接口中 FlwExtInstanceDao
public boolean updateById(FlwExtInstance extInstance)
updateById
在接口中 FlwExtInstanceDao
public FlwExtInstance selectById(Long id)
selectById
在接口中 FlwExtInstanceDao
Copyright © 2025. All rights reserved.