修改时间

pull/8/head
123 7 days ago
parent c95c57adc6
commit 50fef2e166

@ -319,7 +319,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLabel" name="lastHeartbeatValue"> <widget class="QLabel" name="lastHeartbeatValue">
<property name="text"> <property name="text">
<string>2024-01-01 12:30:45</string> <string>2025-7-01 12:30:45</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -333,7 +333,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLabel" name="createdAtValue"> <widget class="QLabel" name="createdAtValue">
<property name="text"> <property name="text">
<string>2024-01-01 08:00:00</string> <string>2025-7-01 08:00:00</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -347,7 +347,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QLabel" name="updatedAtValue"> <widget class="QLabel" name="updatedAtValue">
<property name="text"> <property name="text">
<string>2024-01-01 12:30:45</string> <string>2025-7-01 12:30:45</string>
</property> </property>
</widget> </widget>
</item> </item>

@ -2,7 +2,7 @@
* @file DatabaseConfig.h * @file DatabaseConfig.h
* @brief * @brief
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file DatabaseHelper.h * @file DatabaseHelper.h
* @brief * @brief
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file DatabaseManager.h * @file DatabaseManager.h
* @brief - RAII * @brief - RAII
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
* *
* *

@ -2,7 +2,7 @@
* @file UIInitializationManager.h * @file UIInitializationManager.h
* @brief UI - * @brief UI -
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
* *
* UI * UI

@ -2,7 +2,7 @@
* @file MainWindow.h * @file MainWindow.h
* @brief * @brief
* @author CasualtySightPlus Team * @author CasualtySightPlus Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
* *
* *

@ -2,7 +2,7 @@
* @file ConfigManager.h * @file ConfigManager.h
* @brief - * @brief -
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
* *
* 线 * 线

@ -2,7 +2,7 @@
* @file DatabaseConfig.cpp * @file DatabaseConfig.cpp
* @brief * @brief
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file DatabaseHelper.cpp * @file DatabaseHelper.cpp
* @brief * @brief
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file UIInitializationManager.cpp * @file UIInitializationManager.cpp
* @brief UI * @brief UI
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file DeviceDialog.cpp * @file DeviceDialog.cpp
* @brief * @brief
* @author CasualtySightPlus Team * @author CasualtySightPlus Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file MainWindow.cpp * @file MainWindow.cpp
* @brief * @brief
* @author CasualtySightPlus Team * @author CasualtySightPlus Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -2,7 +2,7 @@
* @file ConfigManager.cpp * @file ConfigManager.cpp
* @brief * @brief
* @author BattlefieldExplorationSystem Team * @author BattlefieldExplorationSystem Team
* @date 2024-01-01 * @date 2025-7
* @version 2.0 * @version 2.0
*/ */

@ -181,7 +181,7 @@ enum class ConnectionState
* @file DatabaseManager.h * @file DatabaseManager.h
* @brief 数据库管理类定义 * @brief 数据库管理类定义
* @author 作者姓名 * @author 作者姓名
* @date 2024-01-01 * @date 2025-7
* @version 1.0 * @version 1.0
* *
* 数据库管理类,提供数据库连接、查询、更新等功能。 * 数据库管理类,提供数据库连接、查询、更新等功能。

Loading…
Cancel
Save