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