From c119b8ef36718a8ca24b719cdbff86913cbca129 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 09 九月 2025 17:59:23 +0800
Subject: [PATCH] 1.Glass数据库保存,查询,分页,关键字,时间段等功能;

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

diff --git a/SourceCode/Bond/Servo/CServoUtilsTool.h b/SourceCode/Bond/Servo/CServoUtilsTool.h
index 9e79f63..10d3038 100644
--- a/SourceCode/Bond/Servo/CServoUtilsTool.h
+++ b/SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -1,4 +1,6 @@
 #pragma once
+#include "ServoCommo.h"
+#include "CGlass.h"
 
 
 namespace SERVO {
@@ -10,6 +12,9 @@
 
 	public:
 		static std::string getEqUnitName(int eqid, int unit);
+		static std::string getMaterialsTypeText(MaterialsType type);
+		static std::string getGlassStateText(SERVO::GlsState state);
+		static std::string getInspResultText(SERVO::InspResult result);
 	};
 }
 

--
Gitblit v1.9.3