3 天以前 94462f5e4f6f78adf678101923eb2fd54056c62f
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -10,8 +10,11 @@
public interface ProductStructureService extends IService<ProductStructure> {
    ProductModelDto listByproductModelId(Long productId);
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listBybomId(Integer bomId);
    List<ProductStructureDto> listBybomIdIsParent(Integer bomId);
    Long countBybomId(Integer bomId);
}