2026-04-22 00bc2f8702167b926a9fd639c3d2a49f0ddab5b3
src/main/java/com/ruoyi/production/service/ProductionProductMainService.java
@@ -12,8 +12,14 @@
public interface ProductionProductMainService extends IService<ProductionProductMain> {
    IPage<ProductionProductMainDto> listPageProductionProductMainDto(Page page, ProductionProductMainDto productionProductMainDto);
    IPage<ProductionProductMainDto> pageProductionProductMain(Page page, ProductionProductMainDto productionProductMainDto);
    ProductionProductMainDto getProductionProductMainInfo(Long id);
    Boolean addProductMain(ProductionProductMainDto productionProductMainDto);
    Boolean saveProductionProductMain(ProductionProductMainDto productionProductMainDto);
    Boolean removeProductMain(Long id);
    ArrayList<Long> listMain(List<Long> idList);