From 6dbec7b4bf92ed908e83add5eddc931ce0175a66 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 7 Dec 2024 14:30:19 +0800 Subject: [PATCH] update --- appsrc/baseservice/db/device_ext_setting_dao.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appsrc/baseservice/db/device_ext_setting_dao.hpp b/appsrc/baseservice/db/device_ext_setting_dao.hpp index fc05b44..41a6c1b 100644 --- a/appsrc/baseservice/db/device_ext_setting_dao.hpp +++ b/appsrc/baseservice/db/device_ext_setting_dao.hpp @@ -53,7 +53,8 @@ class DeviceExtSetting { int32_t emptyThePipeLineTimeS; // 清空管路时间 int32_t emptyingLiquidStorageTankCondtionG; // 排空储液桶条件(g) - NLOHMANN_DEFINE_TYPE_INTRUSIVE(DeviceExtSetting, deviceId, projectTypes, deviceType, canIF, canBitrate, printerUartPath, dvalueCoefficient, h2o2SensorExpireTimeMonth); + NLOHMANN_DEFINE_TYPE_INTRUSIVE(DeviceExtSetting, deviceId, projectTypes, deviceType, canIF, canBitrate, printerUartPath, dvalueCoefficient, h2o2SensorExpireTimeMonth, emptyThePipeLineTimeS, + emptyingLiquidStorageTankCondtionG); }; } // namespace db