From 8d7715f7344a13ee665c68961c540411dc5d3791 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 8 Jul 2025 01:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=84=E9=9C=B2=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E8=B0=83=E8=AF=95=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appsrc/appconfig/basic/zappversion.hpp | 2 +- appsrc/service/app/air_leak_detect_test.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appsrc/appconfig/basic/zappversion.hpp b/appsrc/appconfig/basic/zappversion.hpp index 80b877c..a093783 100644 --- a/appsrc/appconfig/basic/zappversion.hpp +++ b/appsrc/appconfig/basic/zappversion.hpp @@ -1,3 +1,3 @@ #pragma once -#define VERSION "3.1.2" +#define VERSION "3.1.3" #define PROJECT_NAME "TRANSMIT_DM" \ No newline at end of file diff --git a/appsrc/service/app/air_leak_detect_test.cpp b/appsrc/service/app/air_leak_detect_test.cpp index 1db5ec3..1c426ef 100644 --- a/appsrc/service/app/air_leak_detect_test.cpp +++ b/appsrc/service/app/air_leak_detect_test.cpp @@ -11,6 +11,8 @@ void AirLeakDetectTest::initialize() { GET_TO_SERVICE(m_ds) GET_TO_SERVICE(m_dics) + REG_CLASS("气密性检测测试") + REG_EXTFN(start, void(int), inflationTimeMs); REG_EXTFN_VOID(stop, void()); REG_EXTFN_VOID(getState, void());