public interface IDAllocDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteLeafAlloc(String tag) |
List<LeafAlloc> |
getAllLeafAllocs() |
List<String> |
getAllTags() |
LeafAlloc |
insertLeafAlloc(LeafAlloc leafAlloc) |
LeafAlloc |
updateMaxIdAndGetLeafAlloc(String tag) |
LeafAlloc |
updateMaxIdByCustomStepAndGetLeafAlloc(LeafAlloc leafAlloc) |
Copyright © 2022 Meituan-Dianping Group. All rights reserved.