public interface IRuntimeBOMItemHandler extends IBaseEntityHandler<RuntimeBOMItemEntity>
限定符和类型 | 方法和说明 |
---|---|
RuntimeBOMItemEntity |
createRuntimeBOMItem(Part part) |
List<RuntimeBOMItemEntity> |
getByBOMIdAndPartId(long runtimeBOMId,
long partId) |
List<RuntimeBOMItemEntity> |
getRuntimeBOMItems() |
List<RuntimeBOMItemEntity> |
getRuntimeBOMItems(long bomId) |
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, listByFilter, listSimpleData, paging, pagingByFilter, save, saveAll
List<RuntimeBOMItemEntity> getByBOMIdAndPartId(long runtimeBOMId, long partId)
RuntimeBOMItemEntity createRuntimeBOMItem(Part part)
List<RuntimeBOMItemEntity> getRuntimeBOMItems()
List<RuntimeBOMItemEntity> getRuntimeBOMItems(long bomId)
Copyright © 2019. All rights reserved.