From d64036c0510cf06009a7252e318d828fbc2658f0 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 11 九月 2025 09:22:02 +0800
Subject: [PATCH] Merge branch 'clh' into liuyang

---
 SourceCode/Bond/Servo/CServoUtilsTool.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/CServoUtilsTool.h b/SourceCode/Bond/Servo/CServoUtilsTool.h
new file mode 100644
index 0000000..945d717
--- /dev/null
+++ b/SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -0,0 +1,21 @@
+#pragma once
+#include "ServoCommo.h"
+#include "CGlass.h"
+
+
+namespace SERVO {
+	class CServoUtilsTool
+	{
+	public:
+		CServoUtilsTool();
+		virtual ~CServoUtilsTool();
+
+	public:
+		static std::string getEqUnitName(int eqid, int unit);
+		static std::string getEqUnitName(int eqid, int unit, int slot);
+		static std::string getMaterialsTypeText(MaterialsType type);
+		static std::string getGlassStateText(SERVO::GlsState state);
+		static std::string getInspResultText(SERVO::InspResult result);
+	};
+}
+

--
Gitblit v1.9.3