chenluhua1980
2025-11-18 fcc340fc812ee692f72fa1774c114e6f4d788f5c
SourceCode/Bond/Servo/CControlJob.h
@@ -42,6 +42,7 @@
        // —— 基本属性 —— //
        const std::string& id()     const noexcept { return m_cjId; }
        void setId(std::string& id);
        CJState            state()  const noexcept { return m_state; }
        uint8_t            priority() const noexcept { return m_priority; }
        void               setPriority(uint8_t p) noexcept { m_priority = p; }