2 天以前 f350465db70d6f9db9494483ee0cec7793a9007b
src/main/java/com/ruoyi/production/service/ProductionProductMainService.java
@@ -24,4 +24,14 @@
    void nextAddProductMain(@NotNull ProductionProductOutput productionProductOutput);
    ArrayList<Long> listMain(List<Long> idList);
    /**
     * 排产下达后,为第一道需质检工序预生成过程/出厂检验质检单
     */
    void preGenerateQualityInspectForOrder(Long productOrderId);
    /**
     * 清理排产预生成的质检单(未关联报工)
     */
    void cleanPreGeneratedQualityInspects(List<Long> workOrderIds);
}