From be5a6792464eb0722a387b0ab74722d19c9a4a17 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 09 九月 2025 09:37:16 +0800
Subject: [PATCH] 1.Glass增加对应数据库字段的接口;

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

diff --git a/SourceCode/Bond/Servo/CServoUtilsTool.h b/SourceCode/Bond/Servo/CServoUtilsTool.h
new file mode 100644
index 0000000..9e79f63
--- /dev/null
+++ b/SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -0,0 +1,15 @@
+#pragma once
+
+
+namespace SERVO {
+	class CServoUtilsTool
+	{
+	public:
+		CServoUtilsTool();
+		virtual ~CServoUtilsTool();
+
+	public:
+		static std::string getEqUnitName(int eqid, int unit);
+	};
+}
+

--
Gitblit v1.9.3