hsy
5 天以前 fb747de6c40e2aa92d0dd81cca8b9fbc848aeff7
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/pro/feedback/MesProFeedbackService.java
@@ -12,7 +12,7 @@
/**
 * MES 生产报工 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MesProFeedbackService {
@@ -81,9 +81,9 @@
    /**
     * 提交报工(草稿 → 审批中)
     *
     * @param id 编号
     * @param reqVO 提交请求
     */
    void submitFeedback(Long id);
    void submitFeedback(@Valid MesProFeedbackSubmitReqVO reqVO);
    /**
     * 驳回报工(审批中 → 草稿)
@@ -122,6 +122,14 @@
    MesProFeedbackBatchCheckRespVO checkBatchRequirements(Long feedbackId);
    /**
     * 处理 BPM 审批结果
     *
     * @param id 报工单ID
     * @param bpmResult 审批结果状态
     */
    void handleBpmProcessResult(Long id, Integer bpmResult,String reason);
    /**
     * IPQC 完成后回调:完成报工单并更新任务/工单进度
     *
     * <p>由 IPQC 检验完成时调用,将报工单状态从待检验改为已完成,