From 52e054f5607bc586bbdd68c69a31d100dc316e0c Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 15 九月 2025 16:40:15 +0800
Subject: [PATCH] 1.更新前烘烤和烧烤冷却工艺数据;

---
 SourceCode/Bond/Servo/ProcessJob.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SourceCode/Bond/Servo/ProcessJob.h b/SourceCode/Bond/Servo/ProcessJob.h
index 1300b46..28b83e1 100644
--- a/SourceCode/Bond/Servo/ProcessJob.h
+++ b/SourceCode/Bond/Servo/ProcessJob.h
@@ -121,7 +121,7 @@
         };
         // 返回问题清单(空=通过)
         bool validate(const IResourceView& rv);
-        const std::vector<ValidationIssue>& issues();
+        const std::vector<ValidationIssue>& issues() const;
 
         // —— 状态机(带守卫)——
         bool queue();           // NoState -> Queued
@@ -155,7 +155,7 @@
 
         // 访问器
         const std::vector<CarrierSlotInfo>& carriers() const noexcept { return m_carriers; }
-        CarrierSlotInfo* getCarrier(std::string& strId);
+        CarrierSlotInfo* getCarrier(const std::string& strId);
 
         // 判定是否“按载具/卡位”方式
         bool usesCarrierSlots() const noexcept { return !m_carriers.empty(); }

--
Gitblit v1.9.3