public interface GxYyProcessAnRelDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteById(String paid) |
void |
deleteByProcessIdList(List<String> processIdList)
根据步骤id集合删除
|
GxYyProcessAnRel |
getByProcessIdAndAnId(String processId,
String anid)
根据步骤id和按钮id查询
|
List<GxYyProcessAnRel> |
getListByIds(List<String> paidList) |
void |
insertBatchSomeColumn(List<GxYyProcessAnRel> processAnRelS)
批量保存
|
List<GxYyProcessAnRel> |
listByProcessId(String processId)
根据processid查询
|
List<GxYyProcessAnRel> |
listByProcessIdList(List<String> processIdList)
根据步骤id集合查询
|
void |
saveOrUpdate(GxYyProcessAnRel processAnRel) |
void |
saveOrUpdateBatch(List<GxYyProcessAnRel> processAnRelPoList) |
void |
updateById(GxYyProcessAnRel processAnRelPo) |
GxYyProcessAnRel getByProcessIdAndAnId(String processId, String anid)
processId - anid - void insertBatchSomeColumn(List<GxYyProcessAnRel> processAnRelS)
processAnRelS - List<GxYyProcessAnRel> listByProcessId(String processId)
processId - void deleteByProcessIdList(List<String> processIdList)
processIdList - List<GxYyProcessAnRel> listByProcessIdList(List<String> processIdList)
processIdList - List<GxYyProcessAnRel> getListByIds(List<String> paidList)
void saveOrUpdateBatch(List<GxYyProcessAnRel> processAnRelPoList)
void saveOrUpdate(GxYyProcessAnRel processAnRel)
void deleteById(String paid)
void updateById(GxYyProcessAnRel processAnRelPo)
Copyright © 2025. All rights reserved.