gongchunyi
12 小时以前 86d777aff8412b49fa83f51a1d9e0524e58f6059
src/main/java/com/ruoyi/production/service/ProductStructureService.java
@@ -10,8 +10,8 @@
public interface ProductStructureService extends IService<ProductStructure> {
    ProductModelDto listByproductModelId(Long productId);
    Boolean addProductStructureDto(ProductStructureDto productStructureDto);
    List<ProductStructureDto> listByBomId(Integer bomId);
}